-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Importing ibc-testkit failed #987
Comments
I believe diff --git a/ibc-apps/ics20-transfer/Cargo.toml b/ibc-apps/ics20-transfer/Cargo.toml
index 2e992e71..eb6de92e 100644
--- a/ibc-apps/ics20-transfer/Cargo.toml
+++ b/ibc-apps/ics20-transfer/Cargo.toml
@@ -33,7 +33,7 @@ default = ["std"]
std = [
"ibc-app-transfer-types/std",
"ibc-core/std",
- "serde_json/std",
+ "serde_json?/std",
]
serde = [
"ibc-app-transfer-types/serde", is the correct fix. Could check if that fixes it for you? |
I couldn't reproduce this locally, and our CI and tests aren't catching it either. Apparently, this happens with Rust =1.70.0: rust-lang/cargo#12130. And, not sure until which version this issue persists. v1.73.0 seems to work fine. Anyway, sorry @yito88, @mina86 you ran into this. We'll release a patch soon, so you won't have to update your MRSV. |
Bug Summary
I tried importing
ibc-testkit
and failed due toerror: failed to select a version for ibc-app-transfer.
Details
I tried the following change, it worked.
Version
v0.48.0
The text was updated successfully, but these errors were encountered: