diff --git a/Cargo.lock b/Cargo.lock index 59a5fc1..b847c5f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -25,7 +25,7 @@ checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" [[package]] name = "biscuit" -version = "0.6.0" +version = "0.7.0" dependencies = [ "chrono", "data-encoding", diff --git a/Cargo.toml b/Cargo.toml index e6a358b..d5dd637 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "biscuit" -version = "0.6.0" +version = "0.7.0" edition = "2021" authors = ["Yong Wen Chua ", "Vincent Prouillet "] license = "MIT" diff --git a/README.md b/README.md index f7d6677..8500add 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/src/lib.rs b/src/lib.rs index 76b4296..e5d0191 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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: