Skip to content

Commit a16f4ce

Browse files
committed
Upgrade deps and edition
1 parent 6d473d6 commit a16f4ce

File tree

5 files changed

+223
-109
lines changed

5 files changed

+223
-109
lines changed

.cargo/config.toml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[build]
2-
# Compare sizes using non-trapping float-to-int conversions.
3-
# This feature has landed long ago in all engines, but Rust doesn't enable it by default yet.
4-
rustflags = ["-C", "target-feature=+nontrapping-fptoint,+bulk-memory"]
1+
[target.wasm32-unknown-unknown]
2+
# https://docs.rs/getrandom/latest/getrandom/#opt-in-backends
3+
rustflags = ['--cfg', 'getrandom_backend="wasm_js"']

0 commit comments

Comments
 (0)