Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update wasm-bindgen to 0.2.87 #14440

Merged
merged 3 commits into from
Oct 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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