update impl-codec and update primitive-types (#101)

It is a minor update of primitive-types because it was meants to be in.
Then I publish primitive-types:2.1 and yank 2.0
This commit is contained in:
thiolliere 2019-01-25 12:13:05 +01:00 committed by GitHub
parent eeead7a029
commit de3329a160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
[package]
name = "primitive-types"
version = "0.2.0"
version = "0.2.1"
authors = ["Parity Technologies <admin@parity.io>"]
license = "Apache-2.0/MIT"
homepage = "https://github.com/paritytech/parity-common"
@ -10,7 +10,7 @@ description = "Primitive types shared by Ethereum and Substrate"
fixed-hash = { version = "0.3", path = "../fixed-hash", default-features = false }
uint = { version = "0.6", path = "../uint", default-features = false }
impl-serde = { version = "0.1", path = "impls/serde", default-features = false, optional = true }
impl-codec = { version = "0.1", path = "impls/codec", default-features = false, optional = true }
impl-codec = { version = "0.2", path = "impls/codec", default-features = false, optional = true }
impl-rlp = { version = "0.1", path = "impls/rlp", default-features = false, optional = true }
[features]

View File

@ -1,6 +1,6 @@
[package]
name = "impl-codec"
version = "0.1.1"
version = "0.2.0"
authors = ["Parity Technologies <admin@parity.io>"]
license = "Apache-2.0/MIT"
homepage = "https://github.com/paritytech/parity-common"