Skip to content

Commit

Permalink
Fix near-sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
karim-en committed Sep 10, 2024
1 parent 828b60b commit 237beee
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"
near-sdk = "=5.2"
near-plugins = { path = "near-plugins" }
near-plugins-derive = { path = "near-plugins-derive" }
serde = "1"
Expand Down

0 comments on commit 237beee

Please sign in to comment.