Skip to content

Commit

Permalink
Explicitly enable std feature for indexmap (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gearme authored Jul 12, 2021
1 parent 4340df0 commit 2073eb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sycamore/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ version = "0.5.1"
[dependencies]
chrono = {version = "0.4", features = ["wasmbind"]}
html-escape = {version = "0.2.7", optional = true}
indexmap = "1.7"
indexmap = { version = "1.7.0", features = ["std"] }
js-sys = {version = "0.3"}
serde = {version = "1.0", optional = true}
smallvec = "1.6"
Expand Down

0 comments on commit 2073eb7

Please sign in to comment.