Skip to content

Commit 4a3abe5

Browse files
committed
Bump quickleaf version to 0.2.2 and update README for dependency changes
1 parent 7dd9d7b commit 4a3abe5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "quickleaf"
3-
version = "0.2.1"
3+
version = "0.2.2"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Philippe Assis <codephilippe@gmail.com>"]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Add the following to your `Cargo.toml`:
1818

1919
```toml
2020
[dependencies]
21-
quickleaf = "0.1"
21+
quickleaf = "0.2"
2222
```
2323

2424
## Usage

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
//!
1919
//! ```toml
2020
//! [dependencies]
21-
//! quickleaf = "0.1"
21+
//! quickleaf = "0.2
2222
//! ```
2323
//!
2424
//! ## Usage

0 commit comments

Comments
 (0)