-
Notifications
You must be signed in to change notification settings - Fork 222
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
Bump primitive-types to 0.13.1 #862
Conversation
@@ -11,10 +11,10 @@ rust-version = "1.60.0" | |||
|
|||
[dependencies] | |||
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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
[email protected]
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.