We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 91a72e8 + 4825aef commit d2ba219Copy full SHA for d2ba219
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "parsec-client"
3
-version = "0.3.0"
+version = "0.4.0"
4
authors = ["Ionut Mihalcea <ionut.mihalcea@arm.com>",
5
"Hugues de Valon <hugues.devalon@arm.com>"]
6
description = "Parsec Client library for the Rust ecosystem"
@@ -13,7 +13,7 @@ edition = "2018"
13
documentation = "https://docs.rs/crate/parsec-client"
14
15
[dependencies]
16
-parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs" }
+parsec-interface = "0.15.0"
17
num = "0.2.1"
18
rand = "0.7.3"
19
log = "0.4.8"
0 commit comments