Skip to content

Commit

Permalink
Merge pull request #108 from gowthamsk-arm/update_crate
Browse files Browse the repository at this point in the history
Bump parsec-interface and update crate version
  • Loading branch information
gowthamsk-arm authored Mar 15, 2023
2 parents 1953d61 + fa35561 commit 16019af
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [0.15.0](https://github.com/parallaxsecond/parsec-client-rust/tree/0.15.0) (2023-01-04)

[Full Changelog](https://github.com/parallaxsecond/parsec-client-rust/compare/0.14.1...0.15.0)

**Merged pull requests:**

- Update to remove const\_err [\#107](https://github.com/parallaxsecond/parsec-client-rust/pull/107) ([marcsvll](https://github.com/marcsvll))

## [0.14.1](https://github.com/parallaxsecond/parsec-client-rust/tree/0.14.1) (2022-09-12)

[Full Changelog](https://github.com/parallaxsecond/parsec-client-rust/compare/0.14.0...0.14.1)
Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "parsec-client"
version = "0.14.1"
version = "0.15.0"
authors = ["Contributors to the Parsec project"]
description = "Parsec Client library for the Rust ecosystem"
license = "Apache-2.0"
Expand All @@ -12,7 +12,7 @@ edition = "2018"
documentation = "https://docs.rs/crate/parsec-client"

[dependencies]
parsec-interface = "0.27.0"
parsec-interface = "0.28.0"
num = "0.4.0"
log = "0.4.17"
derivative = "2.1.1"
Expand Down

0 comments on commit 16019af

Please sign in to comment.