Skip to content

Commit 20fe6a5

Browse files
committed
Update the interface to latest master
Also updates the authors field. Signed-off-by: Hugues de Valon <hugues.devalon@arm.com>
1 parent 3b05656 commit 20fe6a5

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
[package]
22
name = "parsec-client"
33
version = "0.12.0"
4-
authors = ["Ionut Mihalcea <ionut.mihalcea@arm.com>",
5-
"Hugues de Valon <hugues.devalon@arm.com>"]
4+
authors = ["Contributors to the Parsec project"]
65
description = "Parsec Client library for the Rust ecosystem"
76
license = "Apache-2.0"
87
repository = "https://github.com/parallaxsecond/parsec-client-rust"
@@ -13,7 +12,7 @@ edition = "2018"
1312
documentation = "https://docs.rs/crate/parsec-client"
1413

1514
[dependencies]
16-
parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs", rev = "ccff61b242756d07ed4b140966979e44cb7c5cf0" }
15+
parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs", rev = "b7953ce69e27380df441d99749d4714108967235" }
1716
num = "0.3.0"
1817
log = "0.4.11"
1918
derivative = "2.1.1"

0 commit comments

Comments
 (0)