-
Notifications
You must be signed in to change notification settings - Fork 92
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: enable
std
feature when mocks
is enabled
`mocks` feature results in use of `Timestamp::now` which is only defined when `std` feature is enabled. Make `std` implied by `mocks`.
- Loading branch information
Showing
3 changed files
with
12 additions
and
3 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
.changelog/unreleased/improvements/850-fix-wasm-compilation-error-with-floats.md
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 |
---|---|---|
@@ -1,4 +1,4 @@ | ||
- Fix compilation issue with Wasm envs because of floats | ||
- Use `serde-json-wasm` dependency instead of `serde-json` for no-floats support | ||
- Add CI test to include CosmWasm compilation check | ||
([/#850](https://github.com/cosmos/ibc-rs/issues/850)) | ||
([\#850](https://github.com/cosmos/ibc-rs/issues/850)) |
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
- Change `mocks` feature to imply `std` since it requires | ||
Timestamp::now to work. | ||
([\#926](https://github.com/cosmos/ibc-rs/pull/926)) | ||
|
||
<!-- | ||
Add your entry's details here (in Markdown format). | ||
If you don't change this message, or if this file is empty, the entry will | ||
not be created. --> |
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