Skip to content

Commit

Permalink
Re-add missing std
Browse files Browse the repository at this point in the history
  • Loading branch information
Hinton committed Nov 23, 2023
1 parent ee4b5bc commit 5efa69e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crates/bitwarden/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ bitwarden-api-identity = { path = "../bitwarden-api-identity", version = "=0.2.2
cbc = { version = ">=0.1.2, <0.2", features = ["alloc"] }
chrono = { version = ">=0.4.26, <0.5", features = [
"serde",
"std",
], default-features = false }
# We don't use this directly (it's used by rand), but we need it here to enable WASM support
getrandom = { version = ">=0.2.9", features = ["js"] }
Expand Down

0 comments on commit 5efa69e

Please sign in to comment.