Skip to content

Commit 5213065

Browse files
authored
Create test/Project.toml environment, with compat bounds (#309)
1 parent df99a14 commit 5213065

File tree

2 files changed

+16
-8
lines changed

2 files changed

+16
-8
lines changed

Project.toml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,3 @@ Scratch = "1.0"
4545
SimpleBufferStream = "1"
4646
Tar = "1.7"
4747
julia = "1.7"
48-
49-
[extras]
50-
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
51-
ObjectFile = "d8793406-e978-5875-9003-1fc021f44a92"
52-
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
53-
54-
[targets]
55-
test = ["ConstructionBase", "ObjectFile", "Test"]

test/Project.toml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[deps]
2+
CodecZlib = "944b1d66-785c-5afd-91f1-9de20f533193"
3+
ConstructionBase = "187b0558-2788-49d3-abe0-74a17ed4e7c9"
4+
Downloads = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
5+
JSON = "682c06a0-de6a-54ab-a142-c8b1cf79cde6"
6+
LibGit2 = "76f85450-5226-5b5a-8eaa-529ad045b433"
7+
Libdl = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
8+
ObjectFile = "d8793406-e978-5875-9003-1fc021f44a92"
9+
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
10+
SHA = "ea8e919c-243c-51af-8825-aaa63cd721ce"
11+
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
12+
UUIDs = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
13+
14+
[compat]
15+
ConstructionBase = "1.5.1"
16+
ObjectFile = "0.3.6"

0 commit comments

Comments
 (0)