Skip to content

Commit

Permalink
fix: do not impose near-sdk version requirement on crate itself
Browse files Browse the repository at this point in the history
  • Loading branch information
mitinarseny committed Oct 1, 2024
1 parent 4a0646f commit 30fe699
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.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 30fe699

Please sign in to comment.