File tree Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Expand file tree Collapse file tree 2 files changed +10
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 0.15.0] ( https://github.com/parallaxsecond/parsec-client-rust/tree/0.15.0 ) (2023-01-04)
4
+
5
+ [ Full Changelog] ( https://github.com/parallaxsecond/parsec-client-rust/compare/0.14.1...0.15.0 )
6
+
7
+ ** Merged pull requests:**
8
+
9
+ - Update to remove const\_ err [ \# 107] ( https://github.com/parallaxsecond/parsec-client-rust/pull/107 ) ([ marcsvll] ( https://github.com/marcsvll ) )
10
+
3
11
## [ 0.14.1] ( https://github.com/parallaxsecond/parsec-client-rust/tree/0.14.1 ) (2022-09-12)
4
12
5
13
[ Full Changelog] ( https://github.com/parallaxsecond/parsec-client-rust/compare/0.14.0...0.14.1 )
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " parsec-client"
3
- version = " 0.14.1 "
3
+ version = " 0.15.0 "
4
4
authors = [" Contributors to the Parsec project" ]
5
5
description = " Parsec Client library for the Rust ecosystem"
6
6
license = " Apache-2.0"
@@ -12,7 +12,7 @@ edition = "2018"
12
12
documentation = " https://docs.rs/crate/parsec-client"
13
13
14
14
[dependencies ]
15
- parsec-interface = " 0.27 .0"
15
+ parsec-interface = " 0.28 .0"
16
16
num = " 0.4.0"
17
17
log = " 0.4.17"
18
18
derivative = " 2.1.1"
You can’t perform that action at this time.
0 commit comments