From 2a64ece5eb908ea0c06c85d31afb4d36a1618c42 Mon Sep 17 00:00:00 2001 From: Rahul Patni Date: Fri, 14 Feb 2025 09:27:28 -0800 Subject: [PATCH] wasm version bump (#5739) --- Cargo.lock | 2 +- ironfish-rust-wasm/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 69df6f7ed1..5289ef94fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1642,7 +1642,7 @@ dependencies = [ [[package]] name = "ironfish-wasm" -version = "0.1.0" +version = "0.2.0" dependencies = [ "blstrs", "getrandom", diff --git a/ironfish-rust-wasm/Cargo.toml b/ironfish-rust-wasm/Cargo.toml index 8b7eacde5d..4acb2e9194 100644 --- a/ironfish-rust-wasm/Cargo.toml +++ b/ironfish-rust-wasm/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ironfish-wasm" -version = "0.1.0" +version = "0.2.0" description = "Iron Fish WASM package that compiles native Iron Fish code to WebAssembly with TypeScript bindings." license = "MPL-2.0"