Skip to content

Commit 8737987

Browse files
Update cw-storage-plus requirement from 1.2.0 to 2.0.0
Updates the requirements on [cw-storage-plus](https://github.com/CosmWasm/cw-storage-plus) to permit the latest version. - [Changelog](https://github.com/CosmWasm/cw-storage-plus/blob/main/CHANGELOG.md) - [Commits](CosmWasm/cw-storage-plus@v1.2.0...v1.2.0) --- updated-dependencies: - dependency-name: cw-storage-plus dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc282b1 commit 8737987

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ cosmwasm-std = { version = "1.5.3" }
2828
cosmwasm-schema = { version = "1.5.3" }
2929
cw-semver = { version = "1.0" }
3030
cw-controllers = { version = "1.1.2" }
31-
cw-storage-plus = "1.2.0"
31+
cw-storage-plus = "2.0.0"
3232
thiserror = { version = "1.0.50" }
3333
schemars = "0.8"
3434
cw-asset = { version = "3.0.0" }

0 commit comments

Comments
 (0)