Skip to content

Commit c958583

Browse files
authored
build(deps): update near-sdk to 4.1.0 (#40)
1 parent 707b162 commit c958583

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,7 @@ keywords = ["near", "smart contract", "plugin"]
2222

2323
[workspace.dependencies]
2424
bitflags = "1.3"
25-
# Feature `unstable` is required to use `near_sdk::store`.
26-
near-sdk = { version = "4.0.0", features = ["unstable"] }
25+
near-sdk = "4.1.0"
2726
near-plugins-derive = { path = "near-plugins-derive" }
2827
serde = "1"
2928
anyhow = "1.0"

0 commit comments

Comments
 (0)