File tree 2 files changed +9
-1
lines changed
2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,8 @@ Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
12
12
REPL = " 3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
13
13
StaticLint = " b3cc710f-9c33-5bdb-a03d-a94903873e97"
14
14
SymbolServer = " cf896787-08d5-524d-9de7-132aaa0cb996"
15
+ TOML = " fa267f1f-6049-4f14-aa54-33bafae1ed76"
16
+ Tar = " a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
15
17
Tokenize = " 0796e94c-ce3b-5d07-9a54-7f471281c624"
16
18
URIParser = " 30578b45-9adc-5946-b283-645ec420af67"
17
19
UUIDs = " cf7118a7-6976-5b1a-9a39-7adc72f591a4"
Original file line number Diff line number Diff line change 3
3
# a new view on the current registry.
4
4
5
5
module RegistryQuery
6
- using Base: UUID, SHA1, TOML
6
+ using Base: UUID, SHA1
7
+ @static if VERSION < v " 1.6"
8
+ using Base: TOML
9
+ else
10
+ import TOML
11
+ end
12
+ import Tar
7
13
using Pkg
8
14
9
15
function to_tar_path_format (file:: AbstractString )
You can’t perform that action at this time.
0 commit comments