Skip to content

Commit

Permalink
Bump to 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lawliet89 committed Nov 10, 2023
1 parent 17d219a commit 7bc9441
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "biscuit"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
authors = ["Yong Wen Chua <[email protected]>", "Vincent Prouillet <[email protected]>"]
license = "MIT"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This was based off [`Keats/rust-jwt`](https://github.com/Keats/rust-jwt).
Add the following to Cargo.toml:

```toml
biscuit = "0.6.0"
biscuit = "0.7.0"
```

To use the latest `master` branch, for example:
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
//! Add the following to Cargo.toml:
//!
//! ```toml
//! biscuit = "0.6.0"
//! biscuit = "0.7.0"
//! ```
//!
//! To use the latest `master` branch, for example:
Expand Down

0 comments on commit 7bc9441

Please sign in to comment.