Skip to content

Commit 7bc9441

Browse files
committed
Bump to 0.7.0
1 parent 17d219a commit 7bc9441

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 = "biscuit"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
edition = "2021"
55
authors = ["Yong Wen Chua <me@yongwen.xyz>", "Vincent Prouillet <vincent@wearewizards.io>"]
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ This was based off [`Keats/rust-jwt`](https://github.com/Keats/rust-jwt).
1919
Add the following to Cargo.toml:
2020

2121
```toml
22-
biscuit = "0.6.0"
22+
biscuit = "0.7.0"
2323
```
2424

2525
To use the latest `master` branch, for example:

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! Add the following to Cargo.toml:
1818
//!
1919
//! ```toml
20-
//! biscuit = "0.6.0"
20+
//! biscuit = "0.7.0"
2121
//! ```
2222
//!
2323
//! To use the latest `master` branch, for example:

0 commit comments

Comments
 (0)