Skip to content

Commit 5da67ef

Browse files
authored
Merge pull request #67 from queryverse/fix-bounds
Use proper bounds in Project.toml
2 parents 78b1bfc + 10fc7f6 commit 5da67ef

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Project.toml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,14 @@ DataFrames = "a93c6f00-e57d-5684-b7b6-d8193f3e46c0"
2222
test = ["Test", "DataFrames"]
2323

2424
[compat]
25-
CodecZlib = "0.5.2"
26-
DataValues = "0.4.4"
27-
FileIO = "1.0.1"
28-
HTTP = "0.6.14"
25+
CodecZlib = "0.5.2, 0.6"
26+
DataValues = "0.4.4"
27+
FileIO = "1.0.1"
28+
HTTP = "0.6.14, 0.7, 0.8"
2929
IterableTables = "0.8.3, 0.9, 0.10, 0.11, 1"
30-
IteratorInterfaceExtensions = "^0.1.1, ^1"
31-
TableShowUtils = "0.1.1"
32-
TableTraits = "^0.4, ^1"
30+
IteratorInterfaceExtensions = "0.1.1, 1"
31+
TableShowUtils = "0.1.1, 0.2"
32+
TableTraits = "0.4, 1"
3333
TableTraitsUtils = "0.2.1, 0.3, 0.4, 1"
34-
TextParse = "0.7.0"
34+
TextParse = "0.7, 0.8, 0.9"
3535
julia = "1"

0 commit comments

Comments
 (0)