Skip to content

Commit e27513c

Browse files
committed
build: fix openssl build on WASM
1 parent c5a0ee0 commit e27513c

4 files changed

Lines changed: 5 additions & 15 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,8 @@ repos:
134134
args: [--allow-dirty]
135135

136136
- repo: https://github.com/EmbarkStudios/cargo-deny
137-
rev: 0.18.2 # choose your preferred tag
137+
rev: 0.19.0
138138
hooks:
139139
- id: cargo-deny
140140
args: [--all-features, check]
141+
stages: [manual]

Cargo.lock

Lines changed: 2 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ zeroize = "1.8"
5353
criterion = "0.6"
5454
libc = "0.2"
5555
libsodium-sys-stable = "1.23.1"
56-
openssl = "0.10"
5756
tempfile = "3.24"
5857

5958
[profile.bench]

crates/core/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ zeroize = { workspace = true, features = ["zeroize_derive"] }
9494
criterion = { workspace = true }
9595
libc = { workspace = true }
9696
libsodium-sys-stable = { workspace = true }
97-
openssl = { workspace = true, features = ["vendored"] }
97+
openssl = "0.10"
9898
tempfile = { workspace = true }
9999

100100
[[bench]]

0 commit comments

Comments
 (0)