Skip to content

Commit

Permalink
Merge pull request #63 from paulhowardarm/master
Browse files Browse the repository at this point in the history
Consume parsec-interface at 0.22.0 and bump crate to 0.12.0

Signed-off-by: Paul Howard <paul.howard@arm.com>
  • Loading branch information
paulhowardarm authored Dec 18, 2020
2 parents ded1b50 + 8932e91 commit 2fd8770
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parsec-client"
version = "0.11.0"
version = "0.12.0"
authors = ["Ionut Mihalcea <ionut.mihalcea@arm.com>",
"Hugues de Valon <hugues.devalon@arm.com>"]
description = "Parsec Client library for the Rust ecosystem"
Expand All @@ -13,7 +13,7 @@ edition = "2018"
documentation = "https://docs.rs/crate/parsec-client"

[dependencies]
parsec-interface = "0.21.0"
parsec-interface = "0.22.0"
num = "0.3.0"
log = "0.4.11"
derivative = "2.1.1"
Expand Down

0 comments on commit 2fd8770

Please sign in to comment.