From 9a06bc6363f902bb26d32affead5344192084dc5 Mon Sep 17 00:00:00 2001 From: bazzilic Date: Mon, 9 Oct 2023 16:43:10 +0800 Subject: [PATCH] borsh stabilizd at v1 --- 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 ce523838..1aafa651 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.6", features = ["derive"], optional = true } +borsh = { version = "1.0", features = ["derive"], optional = true } [dev-dependencies] criterion = "0.5"