Skip to content

Commit d2ba219

Browse files
authored
Merge pull request #30 from hug-dev/import-interface
Import the newest interface and increase version
2 parents 91a72e8 + 4825aef commit d2ba219

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)