Skip to content
This repository has been archived by the owner on Jun 10, 2024. It is now read-only.

Commit

Permalink
Update to wasm-bindgen 0.2.48
Browse files Browse the repository at this point in the history
  • Loading branch information
KronicDeth committed Aug 6, 2019
1 parent f1f7465 commit dbc4a39
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 55 deletions.
104 changes: 52 additions & 52 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions lumen_runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ signal-hook = "0.1"
xorshift = "0.1"

[target.'cfg(target_arch = "wasm32")'.dependencies]
wasm-bindgen = "0.2.38"
wasm-bindgen = "0.2.48"
rand = { version = "0.6", features = ["wasm-bindgen"] }
xorshift = "0.1"

Expand All @@ -65,8 +65,8 @@ version = "0.3.20"
features = ['console']

[target.'cfg(target_arch = "wasm32")'.dev-dependencies]
wasm-bindgen = "0.2.38"
wasm-bindgen-test = "0.2.38"
wasm-bindgen = "0.2.48"
wasm-bindgen-test = "0.2.48"

[features]
time_web_sys = ["parking_lot_core/time_web_sys"]

0 comments on commit dbc4a39

Please sign in to comment.