We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0f9343 + 27939bb commit f34ef95Copy full SHA for f34ef95
Cargo.toml
@@ -14,7 +14,7 @@ rust-version = "1.36"
14
15
[dependencies]
16
serde = { version = "1.0.100", default-features = false }
17
-indexmap = { version = "1.5", optional = true }
+indexmap = { version = "1.5.2", features = ["std"], optional = true }
18
itoa = "1.0"
19
ryu = "1.0"
20
0 commit comments