New release (#146)
* few more type * update versions
[package] | ||
name = "parity-scale-codec" | ||
description = "SCALE - Simple Concatenating Aggregated Little Endians" | ||
version = "1.0.2" | ||
version = "1.0.3" | ||
authors = ["Parity Technologies <admin@parity.io>"] | ||
license = "Apache-2.0" | ||
repository = "https://github.com/paritytech/parity-scale-codec" | ||
... | ... | @@ -11,7 +11,7 @@ edition = "2018" |
[dependencies] | ||
arrayvec = { version = "0.4", default-features = false, features = ["array-sizes-33-128", "array-sizes-129-255"] } | ||
serde = { version = "1.0", optional = true } | ||
parity-scale-codec-derive = { path = "derive", version = "1.0", default-features = false, optional = true } | ||
parity-scale-codec-derive = { path = "derive", version = "^1.0.2", default-features = false, optional = true } | ||
bitvec = { version = "0.14.0", default-features = false, features = ["alloc"], optional = true } | ||
byte-slice-cast = { version = "0.3.2", default-features = false, optional = true } | ||
generic-array = { version = "0.12", optional = true } | ||
... | ... | @@ -20,7 +20,7 @@ typenum = { version = "1.10", optional = true } |
[dev-dependencies] | ||
serde_derive = { version = "1.0" } | ||
parity-scale-codec-derive = { path = "derive", version = "1.0", default-features = false } | ||
parity-scale-codec-derive = { path = "derive", version = "^1.0.2", default-features = false } | ||
criterion = "0.2" | ||
bitvec = "0.14.0" | ||
... | ... |
Please register or sign in to comment