Skip to content

Conversation

pgherveou
Copy link
Contributor

No description provided.

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 }
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

impl-codec@0.6.0 was wrong since the macro generates code that uses the latest breaking changes

@pgherveou
Copy link
Contributor Author

pgherveou commented Sep 11, 2024

@ordian I believe we should yank 0.13 and release 0.13.1 instead
This breaks does not build with newest versions because of that

@pgherveou pgherveou requested a review from ordian September 11, 2024 21:56
@ordian
Copy link
Contributor

ordian commented Sep 12, 2024

@ordian I believe we should yank 0.13 and release 0.13.1 instead This breaks does not build with newest versions because of that

Sorry I don't understand the changes in this PR. version = "0.6.0" means version = "ˆ0.6.0", which is any compatible version with 0.6.0, which include 0.6.1.
https://crates.io/crates/primitive-types/0.13.0/dependencies

Could you elaborate what exactly was wrong?

@pgherveou
Copy link
Contributor Author

@ordian I believe we should yank 0.13 and release 0.13.1 instead This breaks does not build with newest versions because of that

Sorry I don't understand the changes in this PR. version = "0.6.0" means version = "ˆ0.6.0", which is any compatible version with 0.6.0, which include 0.6.1. https://crates.io/crates/primitive-types/0.13.0/dependencies

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants