Skip to content

Commit cfef15e

Browse files
committed
build: remove paste
1 parent 7bb43a0 commit cfef15e

File tree

3 files changed

+0
-7
lines changed

3 files changed

+0
-7
lines changed

Cargo.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ unexpected_cfgs = { level = "warn", check-cfg = [
2222
] }
2323

2424
[workspace.dependencies]
25-
async-channel = "2.5.0"
2625
async-lock = "3.4"
2726
async-recursion = "1"
2827
async-trait = "0.1"
@@ -95,7 +94,3 @@ opt-level = "s"
9594
# ! This will cause the FFI to stop working because UniFFI stores the Rust <-> cdylib mapping
9695
# ! in the `.strtab` section of the executable. Stripping this causes everything to stop functioning.
9796
strip = false
98-
# panic = "abort"
99-
100-
[profile.dev.package.backtrace]
101-
opt-level = 3

crypto-ffi/Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ log-reload.workspace = true
3838
log.workspace = true
3939
mls-crypto-provider.workspace = true
4040
obfuscate = { workspace = true, features = ["openmls"] }
41-
paste = "1.0.15"
4241
proteus-wasm = { workspace = true, optional = true }
4342
rmp-serde.workspace = true
4443
serde_json.workspace = true

0 commit comments

Comments
 (0)