From 956a667665d3f96de290e4fde5601120c7f35182 Mon Sep 17 00:00:00 2001 From: Adrian Brink Date: Wed, 29 Nov 2023 13:05:34 +0100 Subject: [PATCH] upgrade borsh to v1.2.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 26321f3..afb95a7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -16,9 +16,9 @@ features = ["alloc", "derive"] [dependencies.borsh] optional = true -version = "1.0.0-alpha.4" +version = "1.2.0" default-features = false -features = ["schema", "derive"] +features = ["unstable__schema", "derive"] [dev-dependencies] criterion = "0.4"