-
Notifications
You must be signed in to change notification settings - Fork 244
Prep for release #361
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
Prep for release #361
Changes from 2 commits
32355a9
9cd5983
9d9d97e
3729fc0
1d33af5
116dc36
3349bdf
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 |
|---|---|---|
| @@ -1,17 +1,17 @@ | ||
| [package] | ||
| name = "ethereum-types" | ||
| version = "0.8.0" | ||
| version = "0.8.1" | ||
|
Contributor
Author
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. @ordian are you saying this must be
Contributor
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. yes, because it exposes |
||
| authors = ["Parity Technologies <admin@parity.io>"] | ||
| license = "MIT/Apache2.0" | ||
| homepage = "https://github.com/paritytech/parity-common" | ||
| description = "Ethereum types" | ||
| edition = "2018" | ||
|
|
||
| [dependencies] | ||
| ethbloom = { path = "../ethbloom", version = "0.8", default-features = false } | ||
| fixed-hash = { path = "../fixed-hash", version = "0.5", default-features = false, features = ["byteorder", "rustc-hex"] } | ||
| ethbloom = { path = "../ethbloom", version = "0.9", default-features = false } | ||
| fixed-hash = { path = "../fixed-hash", version = "0.6", default-features = false, features = ["byteorder", "rustc-hex"] } | ||
| uint-crate = { path = "../uint", package = "uint", version = "0.8", default-features = false } | ||
| primitive-types = { path = "../primitive-types", version = "0.6", features = ["rlp", "byteorder", "rustc-hex"], default-features = false } | ||
| primitive-types = { path = "../primitive-types", version = "0.7", features = ["rlp", "byteorder", "rustc-hex"], default-features = false } | ||
| impl-serde = { path = "../primitive-types/impls/serde", version = "0.3.0", default-features = false, optional = true } | ||
| impl-rlp = { path = "../primitive-types/impls/rlp", version = "0.2", default-features = false } | ||
|
|
||
|
|
||
| Original file line number | Diff line number | Diff line change | ||
|---|---|---|---|---|
| @@ -1,6 +1,6 @@ | ||||
| [package] | ||||
| name = "keccak-hash" | ||||
| version = "0.4.1" | ||||
| version = "0.4.2" | ||||
|
Contributor
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. and this (until we resolve #146)
Contributor
Author
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 will obey, but are you sure that features available in
Contributor
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. it's not about features anymore, once you expose a type in a lib parity-common/keccak-hash/src/lib.rs Line 35 in bf58794
and upgrade a dependency with that type in a semver breaking way, the breakage speads like a virus into the lib |
||||
| description = "`keccak-hash` is a set of utility functions to facilitate working with Keccak hashes (256/512 bits long)." | ||||
| authors = ["Parity Technologies <admin@parity.io>"] | ||||
| repository = "https://github.com/paritytech/parity-common" | ||||
|
|
@@ -10,7 +10,7 @@ edition = "2018" | |||
|
|
||||
| [dependencies] | ||||
| tiny-keccak = { version = "2.0", features = ["keccak"] } | ||||
| primitive-types = { path = "../primitive-types", version = "0.6", default-features = false } | ||||
| primitive-types = { path = "../primitive-types", version = "0.7", default-features = false } | ||||
|
|
||||
| [dev-dependencies] | ||||
| tempdir = "0.3.7" | ||||
|
|
||||
Uh oh!
There was an error while loading. Please reload this page.