-
Notifications
You must be signed in to change notification settings - Fork 335
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Require cosmwasm-vm and cosmwasm-std to match cosmwasm-check version
- Loading branch information
1 parent
f11b456
commit 9b11258
Showing
2 changed files
with
14 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,6 +6,18 @@ and this project adheres to | |
|
||
## [Unreleased] | ||
|
||
### Changed | ||
|
||
- cosmwasm-check: Use "=" for pinning the versions of cosmwasm-vm and | ||
cosmwasm-std dependencies. This ensures that you can use an older version of | ||
cosmwasm-check together with the VM of the same version by doing | ||
`cargo install [email protected]`. A typical use case would be to check a | ||
contract with CosmWasm 1.4, 1.5 and 2.0. Note that other dependencies are | ||
still upgraded when using `cargo install` which may lead to API, behavioural | ||
or compiler incompatibilities. The | ||
[--locked](https://doc.rust-lang.org/cargo/commands/cargo-install.html#dealing-with-the-lockfile) | ||
feature allows you use the versions locked when the release was created. | ||
|
||
## [1.4.0] - 2023-09-04 | ||
|
||
### Added | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters