Skip to content

Commit 4825aef

Browse files
committed
Import the newest interface and increase version
Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
1 parent 91a72e8 commit 4825aef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "parsec-client"
3-
version = "0.3.0"
3+
version = "0.4.0"
44
authors = ["Ionut Mihalcea <ionut.mihalcea@arm.com>",
55
"Hugues de Valon <hugues.devalon@arm.com>"]
66
description = "Parsec Client library for the Rust ecosystem"
@@ -13,7 +13,7 @@ edition = "2018"
1313
documentation = "https://docs.rs/crate/parsec-client"
1414

1515
[dependencies]
16-
parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs" }
16+
parsec-interface = "0.15.0"
1717
num = "0.2.1"
1818
rand = "0.7.3"
1919
log = "0.4.8"

0 commit comments

Comments
 (0)