Skip to content

Commit

Permalink
Merge pull request #14440 from MinaProtocol/rb/wasm-bindgen-0.2.87
Browse files Browse the repository at this point in the history
Update wasm-bindgen to 0.2.87
  • Loading branch information
Richard Bonichon authored Oct 31, 2023
2 parents 85bc56c + 9350dd5 commit b89f167
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions nix/rust.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand All @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion src/lib/crypto/proof-systems
2 changes: 1 addition & 1 deletion src/lib/snarkyjs

0 comments on commit b89f167

Please sign in to comment.