From a9bcf8c2e29561fc315552341038ea63a32fa7d5 Mon Sep 17 00:00:00 2001 From: Artur Yurii Korchynskyi <42449190+akorchyn@users.noreply.github.com> Date: Wed, 21 Aug 2024 18:47:40 +0300 Subject: [PATCH] chore!: updated near-* to 0.25.0 (#20) --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 797b188..4955bf5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -95,11 +95,11 @@ ledger-apdu = "0.11.0" slipped10 = { version = "0.4.6" } log = "0.4.20" hex = "0.4.3" -near-primitives-core = ">0.22,<0.25" -near-primitives = ">0.22,<0.25" +near-primitives-core = ">0.22,<0.26" +near-primitives = ">0.22,<0.26" [dev-dependencies] env_logger = "0.11.0" -near-crypto = ">0.22,<0.25" -near-primitives = ">0.22,<0.25" +near-crypto = ">0.22,<0.26" +near-primitives = ">0.22,<0.26" near-account-id = { version = "1.0.0", features = ["internal_unstable"] }