Skip to content

Commit 7cf85e9

Browse files
authored
Merge pull request #100 from jonaspleyer/indexmap-versions
allow wider range of indexmap versions
2 parents 1170c4c + 9a0989b commit 7cf85e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

approx/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,4 +40,4 @@ num-complex = { version = "0.4.6", optional = true }
4040
ordered-float = { version = "5.0", optional = true }
4141
approx-derive = { path = "../approx-derive/", version = "0.6.0-rc1" }
4242
paste = { version = "1.0.15", optional = true }
43-
indexmap = { version = "2.12.1", optional = true, default-features = false }
43+
indexmap = { version = ">=2.0", optional = true, default-features = false }

0 commit comments

Comments
 (0)