From 0d3d70ed44d53a41805a7422e600de9102d93c99 Mon Sep 17 00:00:00 2001 From: Jacob Lindahl Date: Fri, 27 Oct 2023 03:36:08 +0900 Subject: [PATCH] v2.0.0 --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b1768f..8232d4d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,12 +20,12 @@ authors = ["Jacob Lindahl "] edition = "2021" license = "GPL-3.0" repository = "https://github.com/near/near-sdk-contract-tools" -version = "1.1.0" +version = "2.0.0" [workspace.dependencies] # normal dependencies near-sdk = { version = "4.1.1", default-features = false } -near-sdk-contract-tools-macros = { version = "=1.1.0", path = "./macros" } +near-sdk-contract-tools-macros = { version = "=2.0.0", path = "./macros" } thiserror = "1" darling = "0.20"