From 12e1cab7ba6feee6040aeebf600a5a435d0ade2f Mon Sep 17 00:00:00 2001 From: Paul Cadman Date: Tue, 27 Jun 2023 14:59:14 +0100 Subject: [PATCH] Update vamp-ir version --- taiga_halo2/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/taiga_halo2/Cargo.toml b/taiga_halo2/Cargo.toml index d1c87f29..f1133e97 100644 --- a/taiga_halo2/Cargo.toml +++ b/taiga_halo2/Cargo.toml @@ -16,7 +16,7 @@ bitvec = "1" subtle = { version = "2.3", default-features = false } dyn-clone = "1.0" reddsa = "0.5" -vamp-ir = { git = "https://github.com/anoma/vamp-ir.git", rev = "778d5b53548cae5a2776c3bfd01fa9afa4543470"} +vamp-ir = { git = "https://github.com/anoma/vamp-ir.git", rev = "6d401f8a479951727586ef0c44c42edab3139090"} bincode = "2.0.0-rc.1" borsh = {version = "0.9", features = ["const-generics"]} byteorder = "1"