Conversation
| fixed-hash = { version = "0.8", path = "../fixed-hash", default-features = false } | ||
| uint = { version = "0.10.0", path = "../uint", default-features = false } | ||
| impl-serde = { version = "0.5.0", path = "impls/serde", default-features = false, optional = true } | ||
| impl-codec = { version = "0.6.0", path = "impls/codec", default-features = false, optional = true } |
There was a problem hiding this comment.
impl-codec@0.6.0 was wrong since the macro generates code that uses the latest breaking changes
|
@ordian I believe we should yank 0.13 and release 0.13.1 instead |
Sorry I don't understand the changes in this PR. Could you elaborate what exactly was wrong? |
Ha right, I I got that wrong then, I thought it was the source of the issue here paritytech/polkadot-sdk#5673, maybe I can just cargo update this dep and get it to work then |
No description provided.