diff --git a/Cargo.toml b/Cargo.toml index 2d75135..67226dd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -47,7 +47,7 @@ sha2 = "0.9" sha3 = "0.10" # Serialization -borsh = "0.9.3" +borsh = "0.10.0" # Only needed for wasm demo serde = { version = "1.0", features = ["derive"] }