Skip to content

Commit a03ac84

Browse files
authored
Merge pull request #102 from ionut-arm/vbump
Prepare for new version of client
2 parents bf01a58 + ebf56db commit a03ac84

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.13.0"
3+
version = "0.14.0"
44
authors = ["Contributors to the Parsec project"]
55
description = "Parsec Client library for the Rust ecosystem"
66
license = "Apache-2.0"
@@ -12,7 +12,7 @@ edition = "2018"
1212
documentation = "https://docs.rs/crate/parsec-client"
1313

1414
[dependencies]
15-
parsec-interface = { git = "https://github.com/parallaxsecond/parsec-interface-rs", rev = "9173f06b46ce583983b0df36a51fcb268ea818cd" }
15+
parsec-interface = "0.26.0"
1616
num = "0.3.0"
1717
log = "0.4.11"
1818
derivative = "2.1.1"

0 commit comments

Comments
 (0)