Skip to content

Commit

Permalink
Incorrect optional dep
Browse files Browse the repository at this point in the history
  • Loading branch information
dani-garcia committed Sep 24, 2024
1 parent c43aa08 commit dd37d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/bitwarden-crypto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ keywords.workspace = true
default = []

uniffi = ["dep:uniffi"] # Uniffi bindings
no-memory-hardening = ["memsec"] # Disable memory hardening features
no-memory-hardening = [] # Disable memory hardening features

[dependencies]
aes = { version = ">=0.8.2, <0.9", features = ["zeroize"] }
Expand Down Expand Up @@ -47,7 +47,7 @@ uuid = { version = ">=1.3.3, <2.0", features = ["serde"] }
zeroize = { version = ">=1.7.0, <2.0", features = ["derive", "aarch64"] }

[target.'cfg(all(not(target_arch = "wasm32"), not(windows)))'.dependencies]
memsec = { version = "0.7.0", features = ["alloc_ext"], optional = true }
memsec = { version = "0.7.0", features = ["alloc_ext"] }

[dev-dependencies]
criterion = { version = "0.5.1", features = ["html_reports"] }
Expand Down

0 comments on commit dd37d1d

Please sign in to comment.