Bump version to 2.1.3 (#274)
[package] | ||
name = "parity-scale-codec" | ||
description = "SCALE - Simple Concatenating Aggregated Little Endians" | ||
version = "2.1.2" | ||
version = "2.1.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.7", default-features = false } | ||
serde = { version = "1.0.102", optional = true } | ||
parity-scale-codec-derive = { path = "derive", version = "2.1.0", default-features = false, optional = true } | ||
parity-scale-codec-derive = { path = "derive", version = "2.1.3", default-features = false, optional = true } | ||
bitvec = { version = "0.20.1", default-features = false, features = ["alloc"], optional = true } | ||
byte-slice-cast = { version = "1.0.0", default-features = false } | ||
generic-array = { version = "0.14.4", optional = true } | ||
... | ... | @@ -20,7 +20,7 @@ arbitrary = { version = "1.0.1", features = ["derive"], optional = true } |
[dev-dependencies] | ||
criterion = "0.3.0" | ||
serde_derive = { version = "1.0" } | ||
parity-scale-codec-derive = { path = "derive", version = "2.1.0", default-features = false } | ||
parity-scale-codec-derive = { path = "derive", version = "2.1.3", default-features = false } | ||
quickcheck = "1.0" | ||
[[bench]] | ||
... | ... |
Please register or sign in to comment