Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
encody committed May 9, 2024
1 parent 5f39362 commit 124aef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ authors = ["Jacob Lindahl <jacob.lindahl@near.org>"]
edition = "2021"
license = "GPL-3.0 OR Apache-2.0"
repository = "https://github.com/near/near-sdk-contract-tools"
version = "3.0.0"
version = "3.0.1"

[workspace.dependencies]
# normal dependencies
near-sdk = { version = "5.1.0", default-features = false }
near-sdk-contract-tools-macros = { version = "=3.0.0", path = "./macros" }
near-sdk-contract-tools-macros = { version = "=3.0.1", path = "./macros" }
thiserror = "1"

# macro dependencies
Expand Down

0 comments on commit 124aef7

Please sign in to comment.