Skip to content

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
encody committed Sep 14, 2023
1 parent 76ef89b commit 5a710f7
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[package]
authors = ["Jacob Lindahl <jacob@near.foundation>"]
authors = ["Jacob Lindahl <jacob.lindahl@near.org>"]
categories = ["wasm", "cryptography::cryptocurrencies"]
description = """
Helpful functions and macros for developing smart contracts on NEAR Protocol.
Expand All @@ -10,11 +10,11 @@ exclude = ["documents/"]
license = "GPL-3.0"
name = "near-sdk-contract-tools"
repository = "https://github.com/NEARFoundation/near-sdk-contract-tools"
version = "1.0.1"
version = "1.1.0"

[workspace.dependencies]
near-sdk = { version = "4.1.1", default-features = false }
near-sdk-contract-tools-macros = { version = "=1.0.1", path = "./macros" }
near-sdk-contract-tools-macros = { version = "=1.1.0", path = "./macros" }
serde = "1.0.144"
serde_json = "1.0.85"
thiserror = "1.0.35"
Expand Down
4 changes: 2 additions & 2 deletions macros/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
[package]
authors = ["Jacob Lindahl <jacob@near.foundation>"]
authors = ["Jacob Lindahl <jacob.lindahl@near.org>"]
categories = ["wasm"]
description = """
Macros for `near-sdk-contract-tools`
"""
edition = "2021"
license = "GPL-3.0"
name = "near-sdk-contract-tools-macros"
version = "1.0.1"
version = "1.1.0"

[dependencies]
base64 = "0.13.0"
Expand Down

0 comments on commit 5a710f7

Please sign in to comment.