Skip to content

Commit 7dd9d7b

Browse files
committed
Bump quickleaf version to 0.2.1 and update README to reflect dependency changes
1 parent de0feab commit 7dd9d7b

5 files changed

Lines changed: 2 additions & 4 deletions

File tree

CHANGELOG.md

Whitespace-only changes.

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.0"
3+
version = "0.2.1"
44
edition = "2021"
55
license = "Apache-2.0"
66
authors = ["Philippe Assis <codephilippe@gmail.com>"]

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ Add the following to your `Cargo.toml`:
1919
```toml
2020
[dependencies]
2121
quickleaf = "0.1"
22-
valu3 = "0.1"
2322
```
2423

2524
## Usage

src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919
//! ```toml
2020
//! [dependencies]
2121
//! quickleaf = "0.1"
22-
//! valu3 = "0.1"
2322
//! ```
2423
//!
2524
//! ## Usage

0 commit comments

Comments
 (0)