Skip to content

Commit

Permalink
Update num-bigint to 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KronicDeth committed Feb 28, 2021
1 parent 3447995 commit ae03d07
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion interpreter-in-browser/Cargo.toml
Expand Up @@ -23,7 +23,7 @@ liblumen_alloc = { path = "../../liblumen_alloc" }
lumen_rt_core = { path = "../../runtimes/core" }
lumen_rt_full = { path = "../../runtimes/full" }
liblumen_web = { path = "../../native_implemented/web" }
num-bigint = "0.2"
num-bigint = "0.3"
wasm-bindgen = "0.2"

lumen_interpreter = { path = "../../interpreter" }
Expand Down
2 changes: 1 addition & 1 deletion spawn-chain/wasm/Cargo.toml
Expand Up @@ -27,7 +27,7 @@ lumen_rt_core = { path = "../../../runtimes/core" }
lumen_rt_full = { path = "../../../runtimes/full" }
liblumen_web = { path = "../../../native_implemented/web" }
native_implemented = { path = "../../../native_implemented/macro" }
num-bigint = "0.2"
num-bigint = "0.3"
wasm-bindgen = "0.2.70"

# `wee_alloc` is a tiny allocator for wasm that is only ~1K in code size
Expand Down

0 comments on commit ae03d07

Please sign in to comment.