From 68f40fef77ebf245ba64f5e2ffd73f7dc6591e08 Mon Sep 17 00:00:00 2001 From: Vasily Sidorov Date: Thu, 28 Sep 2023 18:38:40 +0800 Subject: [PATCH] borsh bump (#220) --- 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 ad375da4..6ec5f19c 100644 --- a/taiga_halo2/Cargo.toml +++ b/taiga_halo2/Cargo.toml @@ -24,7 +24,7 @@ num-bigint = "0.4" rustler = { version = "0.29.1", optional = true } serde = { version = "1.0", features = ["derive"], optional = true } -borsh = { version = "= 1.0.0-alpha.4", features = ["derive"], optional = true } +borsh = { version = "= 1.0.0-alpha.5", features = ["derive"], optional = true } [dev-dependencies] criterion = "0.5"