From 0b3ef728275f99be1ac1a09febdc37a971b7a96f Mon Sep 17 00:00:00 2001 From: Pedro Fontana Date: Mon, 13 Nov 2023 18:31:12 -0300 Subject: [PATCH] Update wasm-pack version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c22dbf80e9..401f41ffe2 100644 --- a/Makefile +++ b/Makefile @@ -181,7 +181,7 @@ cargo-deps: cargo install --version 1.14.0 hyperfine cargo install --version 0.9.49 cargo-nextest cargo install --version 0.5.9 cargo-llvm-cov - cargo install --version 0.11.0 wasm-pack + cargo install --version 0.12.1 wasm-pack cairo1-run-deps: cd cairo1-run; make deps