Skip to content

Commit 302a3b5

Browse files
committed
Remove wasm from cargo toml
1 parent ecac796 commit 302a3b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bitwarden-auth/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ wasm = [
2626
# Note: dependencies must be alphabetized to pass the cargo sort check in the CI pipeline.
2727
[dependencies]
2828
bitwarden-api-api = { workspace = true }
29-
bitwarden-core = { workspace = true, features = ["internal", "wasm"] }
29+
bitwarden-core = { workspace = true, features = ["internal"] }
3030
bitwarden-crypto = { workspace = true }
3131
bitwarden-error.workspace = true
3232
bitwarden-encoding = { workspace = true }

0 commit comments

Comments
 (0)