Merge pull request #885 from cuviper/indexmap-std

Explicitly enable indexmap/std
This commit is contained in:
David Tolnay 2022-05-03 12:17:44 -07:00 committed by GitHub
commit f34ef95fd1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,7 +14,7 @@ rust-version = "1.36"
[dependencies]
serde = { version = "1.0.100", default-features = false }
indexmap = { version = "1.5", optional = true }
indexmap = { version = "1.5.2", features = ["std"], optional = true }
itoa = "1.0"
ryu = "1.0"