-
Notifications
You must be signed in to change notification settings - Fork 52
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
Fixate parity_scale_codec on 3.6.5 to fix error in udeps #158
Conversation
a72676c
to
48df14d
Compare
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.
Reviewed 1 of 1 files at r1, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @yair-starkware)
Cargo.toml
line 19 at r1 (raw file):
indexmap = { version = "1.9.2", features = ["serde"] } once_cell = "1.17.1" # TODO: Remove the explicit version once the following issue is resolved: https://github.com/paritytech/parity-scale-codec/issues/520
I don't think it relates to the same issue
Code quote:
https://github.com/paritytech/parity-scale-codec/issues/520
48df14d
to
485a25b
Compare
Previously, dan-starkware wrote…
changed |
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.
Reviewed 1 of 1 files at r2, all commit messages.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @yair-starkware)
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.
Reviewable status: all files reviewed, 1 unresolved discussion (waiting on @yair-starkware)
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.
Reviewable status: complete! all files reviewed, all discussions resolved (waiting on @yair-starkware)
This change is