Skip to content

Commit 87febde

Browse files
authored
Merge pull request #79 from hug-dev/new-version
Prepare for version 0.12.0
2 parents f247071 + a4dce2e commit 87febde

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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 = "b7953ce69e27380df441d99749d4714108967235" }
15+
parsec-interface = "0.24.0"
1616
num = "0.3.0"
1717
log = "0.4.11"
1818
derivative = "2.1.1"

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1-
<!--
2-
-- Copyright 2020 Contributors to the Parsec project.
3-
-- SPDX-License-Identifier: Apache-2.0
4-
--->
51
# Parsec Rust Client
62

3+
<p align="center">
4+
<a href="https://crates.io/crates/parsec-client"><img alt="Crates.io" src="https://img.shields.io/crates/v/parsec-client"></a>
5+
<a href="https://docs.rs/parsec-client"><img src="https://docs.rs/parsec-client/badge.svg" alt="Code documentation"/></a>
6+
<a href="https://codecov.io/gh/parallaxsecond/parsec-client-rust"><img src="https://codecov.io/gh/parallaxsecond/parsec-client-rust/branch/master/graph/badge.svg?token=PTSZ6HS2FF"/></a>
7+
</p>
8+
79
This repository contains a Rust client for consuming the API provided by the [Parsec service](https://github.com/parallaxsecond/parsec).
810
The low-level functionality that this library uses for IPC is implemented in the [interface crate](https://github.com/parallaxsecond/parsec-interface-rs).
911

@@ -20,5 +22,7 @@ The software is provided under Apache-2.0. Contributions to this project are acc
2022

2123
## Contributing
2224

23-
Please check the [**Contribution Guidelines**](https://parallaxsecond.github.io/parsec-book/contributing.html)
25+
Please check the [**Contribution Guidelines**](https://parallaxsecond.github.io/parsec-book/contributing/index.html)
2426
to know more about the contribution process.
27+
28+
*Copyright 2020 Contributors to the Parsec project.*

0 commit comments

Comments
 (0)