From ec5c24eb612af987400a2c05447b635726b7188f Mon Sep 17 00:00:00 2001 From: FroVolod <36816899+FroVolod@users.noreply.github.com> Date: Sun, 21 Jan 2024 21:38:48 +0200 Subject: [PATCH] refactor!: Upgraded NEAR crates to 0.20.0 release (#137) --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b21a0a2..a652f0d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,10 +19,10 @@ thiserror = "1.0.37" serde_json = "1.0.85" lazy_static = "1.4.0" -near-crypto = "0.19.0" -near-primitives = "0.19.0" -near-chain-configs = "0.19.0" -near-jsonrpc-primitives = "0.19.0" +near-crypto = "0.20.0" +near-primitives = "0.20.0" +near-chain-configs = "0.20.0" +near-jsonrpc-primitives = "0.20.0" [dev-dependencies] tokio = { version = "1.0", features = ["macros", "rt-multi-thread"] }