Skip to content

Commit

Permalink
Merge branch 'main' into LP-alternative-fees
Browse files Browse the repository at this point in the history
  • Loading branch information
TalDerei committed Jan 17, 2025
2 parents 1cdeade + cdfa71f commit c3e3035
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/wasm/crate/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,6 @@ web-sys = { version = "0.3.70", features = ["console"] }
[dev-dependencies]
wasm-bindgen-test = "0.3.43"
serde_json = "1.0.128"

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

0 comments on commit c3e3035

Please sign in to comment.