From 30fe699d144df013395dbe3af44751e5f393399a Mon Sep 17 00:00:00 2001 From: Arseny Mitin Date: Tue, 1 Oct 2024 19:54:11 +0400 Subject: [PATCH] fix: do not impose near-sdk version requirement on crate itself --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b69904b..588f7ac 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -23,7 +23,7 @@ keywords = ["near", "smart contract", "plugin"] [workspace.dependencies] bitflags = "1.3" -near-sdk = ">=5.4" +near-sdk = ">=5.2" near-plugins = { path = "near-plugins" } near-plugins-derive = { path = "near-plugins-derive" } serde = "1"