Skip to content

Commit 111bc85

Browse files
authored
Removing DataStructures 0.17 from Project.toml (#138)
* bump DataStructures.jl to only 0.18, bump SymbolicUtils.jl patch version to 0.6.1 * rm Manifest.toml
1 parent 22f818b commit 111bc85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SymbolicUtils"
22
uuid = "d1185830-fcd6-423d-90d6-eec64667417b"
33
authors = ["Shashi Gowda"]
4-
version = "0.6.0"
4+
version = "0.6.1"
55

66
[deps]
77
AbstractAlgebra = "c3fe647b-3220-5bb0-a1ea-a7954cac585d"
@@ -14,7 +14,7 @@ TimerOutputs = "a759f4b9-e2f1-59dc-863e-4aeb61b1ea8f"
1414
[compat]
1515
AbstractAlgebra = "0.9, 0.10, 0.11"
1616
Combinatorics = "1.0"
17-
DataStructures = "0.17, 0.18"
17+
DataStructures = "0.18"
1818
NaNMath = "0.3"
1919
SpecialFunctions = "0.10"
2020
TimerOutputs = "0.5"

0 commit comments

Comments
 (0)