Skip to content

Commit

Permalink
Turn off default features of chrono. This reduces possible conflicts …
Browse files Browse the repository at this point in the history
…on non-browser WASM platforms.
  • Loading branch information
ipostelnik committed Sep 5, 2024
1 parent abbbe58 commit 52ed7f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ default-target = "x86_64-unknown-linux-gnu"
[dependencies]
base64ct = { version = "1.6", features = ["std"] }
bytes = { version = "1.6" }
chrono = { version = "0.4", features = ["serde"] }
chrono = { version = "0.4", features = ["serde"], default-features = false }
der = { version = "0.7.9", optional = true }
digest = { version = "0.10" }
ecdsa = { version = "0.16", features = ["signing", "der"], optional = true }
Expand Down

0 comments on commit 52ed7f2

Please sign in to comment.