Skip to content

Commit

Permalink
common: Explicitly enable std feature of indexmap
Browse files Browse the repository at this point in the history
Otherwise, it fails to build with -Z build-std, see
cuviper/autocfg#34
  • Loading branch information
ara4n authored and jplatte committed Jan 3, 2023
1 parent 022a0c0 commit 0578e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/ruma-common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ form_urlencoded = "1.0.0"
getrandom = { version = "0.2.6", optional = true }
html5ever = { version = "0.25.2", optional = true }
http = { workspace = true, optional = true }
indexmap = { version = "1.9.1", features = ["serde"] }
indexmap = { version = "1.9.1", features = ["serde", "std"] }
js_int = { workspace = true, features = ["serde"] }
js_option = "0.1.0"
konst = { version = "0.2.19", features = ["rust_1_64", "alloc"] }
Expand Down

0 comments on commit 0578e7a

Please sign in to comment.