From a9c9cc7b0229e155acadfcd29288b5b029a5c5e9 Mon Sep 17 00:00:00 2001 From: Richard Bonichon Date: Thu, 26 Oct 2023 15:33:24 +0200 Subject: [PATCH 1/3] Update o1js: wasm-bindgen-cli 0.2.87 --- src/lib/snarkyjs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/snarkyjs b/src/lib/snarkyjs index e4f7b840688..06d95ed8f52 160000 --- a/src/lib/snarkyjs +++ b/src/lib/snarkyjs @@ -1 +1 @@ -Subproject commit e4f7b840688aa94b962f00e2b5d399407d4f8883 +Subproject commit 06d95ed8f52013fb1ccd51ed096637df0413bb82 From c6db09b8bbc9ec403bbaa923407a3d64b543f0a3 Mon Sep 17 00:00:00 2001 From: Richard Bonichon Date: Thu, 26 Oct 2023 15:54:11 +0200 Subject: [PATCH 2/3] nix: use wasm-bindgen-cli 0.2.87, update hashes --- nix/rust.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/nix/rust.nix b/nix/rust.nix index 7ac8a553694..5619593f0f2 100644 --- a/nix/rust.nix +++ b/nix/rust.nix @@ -141,10 +141,10 @@ in version = deps.wasm-bindgen.version; src = final.fetchCrate { inherit pname version; - sha256 = "sha256-0rK+Yx4/Jy44Fw5VwJ3tG243ZsyOIBBehYU54XP/JGk="; + sha256 = "sha256-0u9bl+FkXEK2b54n7/l9JOCtKo+pb42GF9E1EnAUQa0="; }; - cargoSha256 = "sha256-vcpxcRlW1OKoD64owFF6mkxSqmNrvY+y3Ckn5UwEQ50="; + cargoSha256 = "sha256-AsZBtE2qHJqQtuCt/wCAgOoxYMfvDh8IzBPAOkYSYko="; nativeBuildInputs = [ final.pkg-config ]; buildInputs = with final; @@ -158,7 +158,7 @@ in # other tests, like --test=wasm-bindgen, require it to be ran in the # wasm-bindgen monorepo - cargoTestFlags = [ "--test=interface-types --test=reference" ]; + cargoTestFlags = [ "--test=reference" ]; }; in rustPlatform.buildRustPackage { From 9350dd509c6a5923a882066e3f75f1e716262f95 Mon Sep 17 00:00:00 2001 From: Richard Bonichon Date: Thu, 26 Oct 2023 16:02:46 +0200 Subject: [PATCH 3/3] Update proof-systems: wasm-bindgen 0.2.87 --- src/lib/crypto/proof-systems | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/crypto/proof-systems b/src/lib/crypto/proof-systems index 09ba6e26cb6..f38a2c3b6a9 160000 --- a/src/lib/crypto/proof-systems +++ b/src/lib/crypto/proof-systems @@ -1 +1 @@ -Subproject commit 09ba6e26cb614adb437a30213d45f055ffeb58ce +Subproject commit f38a2c3b6a9a303998f3c242b35975e687762da9