Skip to content

Commit 77d7ea2

Browse files
authored
Update LazyArtifacts compat to include <0.0.1 (#890)
* Update LazyArtifacts compat to include `<0.0.1` * Add `<0.0.1` compat for all stdlibs outside of julia repo
1 parent 5d5a66f commit 77d7ea2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

Project.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
1515
p7zip_jll = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
1616

1717
[compat]
18-
Artifacts = "1"
18+
Artifacts = "<0.0.1, 1"
1919
Glob = "1"
20-
LazyArtifacts = "1"
20+
LazyArtifacts = "<0.0.1, 1"
2121
Libdl = "1"
22-
Pkg = "1"
22+
Pkg = "<0.0.1, 1"
2323
Printf = "1"
2424
RelocatableFolders = "0.1, 0.3, 1"
25-
TOML = "1"
26-
UUIDs = "1"
25+
TOML = "<0.0.1, 1"
26+
UUIDs = "<0.0.1, 1"
2727
julia = "1.6"
2828

2929
[extras]

0 commit comments

Comments
 (0)