Skip to content

Commit 0b2146f

Browse files
Merge pull request #12 from JuliaComputing/as/hotfix
build: hotfix some compat issues
2 parents 32c2ce6 + 8162974 commit 0b2146f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/ModelingToolkitTearing/Project.toml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "ModelingToolkitTearing"
22
uuid = "6bb917b9-1269-42b9-9f7c-b0dca72083ab"
33
authors = ["Aayush Sabharwal <[email protected]>"]
4-
version = "1.0.0"
4+
version = "1.1.0"
55

66
[deps]
77
BipartiteGraphs = "caf10ac8-0290-4205-88aa-f15908547e8d"
@@ -32,7 +32,8 @@ OrderedCollections = "1.8.1"
3232
SciMLBase = "2.108"
3333
Setfield = "0.7, 0.8, 1"
3434
SparseArrays = "1"
35-
StateSelection = "1"
35+
StateSelection = "1.1"
3636
SymbolicIndexingInterface = "0.3"
3737
SymbolicUtils = "4.3"
3838
Symbolics = "7.1"
39+
julia = "1.10"

0 commit comments

Comments
 (0)