Skip to content

Commit

Permalink
fix: remove the limit on minor version from near-sdk dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mitinarseny authored Oct 1, 2024
1 parent 9e6f057 commit 119a2b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ keywords = ["near", "smart contract", "plugin"]

[workspace.dependencies]
bitflags = "1.3"
near-sdk = ">=5.2, <5.4"
near-sdk = ">=5.2"
near-plugins = { path = "near-plugins" }
near-plugins-derive = { path = "near-plugins-derive" }
serde = "1"
Expand Down

0 comments on commit 119a2b2

Please sign in to comment.