We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1170c4c + 9a0989b commit 7cf85e9Copy full SHA for 7cf85e9
approx/Cargo.toml
@@ -40,4 +40,4 @@ num-complex = { version = "0.4.6", optional = true }
40
ordered-float = { version = "5.0", optional = true }
41
approx-derive = { path = "../approx-derive/", version = "0.6.0-rc1" }
42
paste = { version = "1.0.15", optional = true }
43
-indexmap = { version = "2.12.1", optional = true, default-features = false }
+indexmap = { version = ">=2.0", optional = true, default-features = false }
0 commit comments