diff options
Diffstat (limited to 'users/kranzes/wasm-hello-world/Cargo.toml')
-rw-r--r-- | users/kranzes/wasm-hello-world/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/users/kranzes/wasm-hello-world/Cargo.toml b/users/kranzes/wasm-hello-world/Cargo.toml index e08caa7ecf24..9bb41268dcfb 100644 --- a/users/kranzes/wasm-hello-world/Cargo.toml +++ b/users/kranzes/wasm-hello-world/Cargo.toml @@ -7,4 +7,4 @@ edition = "2021" crate-type = ["cdylib"] [dependencies] -wasm-bindgen = "0.2.92" +wasm-bindgen = "0.2.95" |