-
Notifications
You must be signed in to change notification settings - Fork 238
[fixed-hash] Migrated code to the 2018 edition and updated dependencies #223
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
Changes from all commits
33528ee
57ae6b5
b18f039
2b82c6a
86b27e0
1e8e25b
a9ee83f
04bf40e
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,16 +8,17 @@ repository = "https://github.com/paritytech/parity-common" | |
description = "Macros to define custom fixed-size hash types" | ||
documentation = "https://docs.rs/fixed-hash/" | ||
readme = "README.md" | ||
edition = "2018" | ||
|
||
[package.metadata.docs.rs] | ||
features = ["quickcheck", "api-dummy"] | ||
|
||
[dependencies] | ||
rand = { version = "0.7", optional = true, default-features = false } | ||
rustc-hex = { version = "2.0", optional = true, default-features = false } | ||
quickcheck = { version = "0.7", optional = true } | ||
quickcheck = { version = "0.9", optional = true } | ||
byteorder = { version = "1.2", optional = true, default-features = false } | ||
static_assertions = "0.2" | ||
static_assertions = "0.3" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think this is a technically a breaking change, since we There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. yupp, the same applies to |
||
|
||
[dev-dependencies] | ||
rand_xorshift = "0.2.0" | ||
|
Uh oh!
There was an error while loading. Please reload this page.