Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.x] chore: emit info log when buffering, restoring, or clearing future messages #886

Merged
merged 8 commits into from
Jan 27, 2025
Next Next commit
chore: crypto-ffi: silence warning about unexpected cfg in wasm-bindgen
(cherry picked from commit e6d3e90)
istankovic authored and SimonThormeyer committed Jan 27, 2025
commit d82b3dde3d520dda0b05fc249124e3cdd6e98cd5
3 changes: 3 additions & 0 deletions crypto-ffi/Cargo.toml
Original file line number Diff line number Diff line change
@@ -69,3 +69,6 @@ wasm-opt = false

[package.metadata.wasm-pack.profile.release]
wasm-opt = ["-Os", "--enable-mutable-globals", "--enable-threads", "--detect-features"]

[lints.rust]
unexpected_cfgs = { level = "warn", check-cfg = ['cfg(wasm_bindgen_unstable_test_coverage)'] }