Skip to content

Commit

Permalink
Add latest derive crate release as dependency (#265)
Browse files Browse the repository at this point in the history
  • Loading branch information
bkchr authored Apr 12, 2021
1 parent 46c1955 commit f0341da
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "parity-scale-codec"
description = "SCALE - Simple Concatenating Aggregated Little Endians"
version = "2.1.0"
version = "2.1.1"
authors = ["Parity Technologies <[email protected]>"]
license = "Apache-2.0"
repository = "https://github.com/paritytech/parity-scale-codec"
Expand All @@ -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.0.1", default-features = false, optional = true }
parity-scale-codec-derive = { path = "derive", version = "2.1.0", 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 }
Expand All @@ -20,7 +20,7 @@ arbitrary = { version = "0.4.1", features = ["derive"], optional = true }
[dev-dependencies]
criterion = "0.3.0"
serde_derive = { version = "1.0" }
parity-scale-codec-derive = { path = "derive", version = "2.0.0", default-features = false }
parity-scale-codec-derive = { path = "derive", version = "2.1.0", default-features = false }
quickcheck = "0.9"

[[bench]]
Expand Down

0 comments on commit f0341da

Please sign in to comment.