Skip to content

Commit

Permalink
v0.6.8
Browse files Browse the repository at this point in the history
  • Loading branch information
brycx committed Dec 12, 2023
1 parent 8dce01a commit 2fdd0d1
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
### TBD
### 0.6.8

__Date:__ TBD
__Date:__ December 12, 2023.

- Bump MSRV to `1.70`.
- Add `Claims::set_expires_in()` ([#107](https://github.com/brycx/pasetors/pull/107), credits: @franklx).

### 0.6.7

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pasetors"
version = "0.6.7" # Update html_root_url in lib.rs along with this.
version = "0.6.8" # Update html_root_url in lib.rs along with this.
authors = ["brycx <[email protected]>"]
edition = "2018"
description = "PASETO: Platform-Agnostic Security Tokens (in Rust)"
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
unused_qualifications,
overflowing_literals
)]
#![doc(html_root_url = "https://docs.rs/pasetors/0.6.7")]
#![doc(html_root_url = "https://docs.rs/pasetors/0.6.8")]
#![cfg_attr(docsrs, feature(doc_cfg))]

#[macro_use]
Expand Down

0 comments on commit 2fdd0d1

Please sign in to comment.