File tree 3 files changed +6
-3
lines changed
3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased
4
4
5
+ ## 0.7.0
6
+
7
+ - Update ` actix-session ` dependency to ` 0.9 ` .
5
8
- Minimum supported Rust version (MSRV) is now 1.75.
6
9
7
10
## 0.6.0
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " actix-identity"
3
- version = " 0.6 .0"
3
+ version = " 0.7 .0"
4
4
authors = [
5
5
" Nikolay Kim <[email protected] >" ,
6
6
" Luca Palmieri <[email protected] >" ,
Original file line number Diff line number Diff line change 5
5
<!-- prettier-ignore-start -->
6
6
7
7
[ ![ crates.io] ( https://img.shields.io/crates/v/actix-identity?label=latest )] ( https://crates.io/crates/actix-identity )
8
- [ ![ Documentation] ( https://docs.rs/actix-identity/badge.svg?version=0.6 .0 )] ( https://docs.rs/actix-identity/0.6 .0 )
8
+ [ ![ Documentation] ( https://docs.rs/actix-identity/badge.svg?version=0.7 .0 )] ( https://docs.rs/actix-identity/0.7 .0 )
9
9
![ Apache 2.0 or MIT licensed] ( https://img.shields.io/crates/l/actix-identity )
10
- [ ![ Dependency Status] ( https://deps.rs/crate/actix-identity/0.6 .0/status.svg )] ( https://deps.rs/crate/actix-identity/0.6 .0 )
10
+ [ ![ Dependency Status] ( https://deps.rs/crate/actix-identity/0.7 .0/status.svg )] ( https://deps.rs/crate/actix-identity/0.7 .0 )
11
11
12
12
<!-- prettier-ignore-end -->
13
13
You can’t perform that action at this time.
0 commit comments