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 bf01a58 + ebf56db commit a03ac84Copy full SHA for a03ac84
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "parsec-client"
3
-version = "0.13.0"
+version = "0.14.0"
4
authors = ["Contributors to the Parsec project"]
5
description = "Parsec Client library for the Rust ecosystem"
6
license = "Apache-2.0"
@@ -12,7 +12,7 @@ edition = "2018"
12
documentation = "https://docs.rs/crate/parsec-client"
13
14
[dependencies]
15
-parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs", rev = "9173f06b46ce583983b0df36a51fcb268ea818cd" }
+parsec-interface = "0.26.0"
16
num = "0.3.0"
17
log = "0.4.11"
18
derivative = "2.1.1"
0 commit comments