From 71ba97b77e4c226fdf24f1b516e5a1349068db80 Mon Sep 17 00:00:00 2001 From: Jacob Lindahl Date: Tue, 14 May 2024 23:57:46 +0900 Subject: [PATCH] v3.0.2 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 5c2a172..bb8e734 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,12 +20,12 @@ authors = ["Jacob Lindahl "] edition = "2021" license = "GPL-3.0 OR Apache-2.0" repository = "https://github.com/near/near-sdk-contract-tools" -version = "3.0.1" +version = "3.0.2" [workspace.dependencies] # normal dependencies near-sdk = { version = "5.1.0", default-features = false } -near-sdk-contract-tools-macros = { version = "=3.0.1", path = "./macros" } +near-sdk-contract-tools-macros = { version = "=3.0.2", path = "./macros" } thiserror = "1" # macro dependencies