Skip to content

Commit f44ea7e

Browse files
Update cosmwasm-schema requirement from 1.5.3 to 2.0.4
Updates the requirements on [cosmwasm-schema](https://github.com/CosmWasm/cosmwasm) to permit the latest version. - [Release notes](https://github.com/CosmWasm/cosmwasm/releases) - [Changelog](https://github.com/CosmWasm/cosmwasm/blob/v2.0.4/CHANGELOG.md) - [Commits](CosmWasm/cosmwasm@v1.5.3...v2.0.4) --- updated-dependencies: - dependency-name: cosmwasm-schema dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent bc282b1 commit f44ea7e

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
@@ -25,7 +25,7 @@ usb-plugin = { path = "contracts/usb" }
2525
usb-adapter = { path = "contracts/usb-adapter" }
2626

2727
cosmwasm-std = { version = "1.5.3" }
28-
cosmwasm-schema = { version = "1.5.3" }
28+
cosmwasm-schema = { version = "2.0.4" }
2929
cw-semver = { version = "1.0" }
3030
cw-controllers = { version = "1.1.2" }
3131
cw-storage-plus = "1.2.0"

0 commit comments

Comments
 (0)