Skip to content

Commit

Permalink
chore: fix dependency resolution because of dep: syntax in serde
Browse files Browse the repository at this point in the history
…feature (#988)

* chore: fix no_std builds

* Update .changelog/unreleased/bug-fixes/987-serde-json-feature.md

Co-authored-by: Farhad Shabani <[email protected]>
Signed-off-by: Michal Nazarewicz <[email protected]>

* review

---------

Signed-off-by: Michal Nazarewicz <[email protected]>
Co-authored-by: Farhad Shabani <[email protected]>
  • Loading branch information
mina86 and Farhad-Shabani authored Nov 26, 2023
1 parent 3e9ea06 commit 35f6328
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .changelog/unreleased/bug-fixes/987-serde-json-feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- Fix dependency resolution by removing the `dep:` syntax in `serde` feature of
`ibc-app-transfer` crate.
([#987](https://github.com/cosmos/ibc-rs/issues/987))
2 changes: 1 addition & 1 deletion ibc-apps/ics20-transfer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ std = [
serde = [
"ibc-app-transfer-types/serde",
"ibc-core/serde",
"dep:serde_json"
"serde_json"
]
schema = [
"ibc-app-transfer-types/schema",
Expand Down

0 comments on commit 35f6328

Please sign in to comment.