mirror of
https://github.com/actix/actix-extras.git
synced 2025-09-03 05:19:23 +02:00
chore(actix-settings): prepare release 0.9.0
This commit is contained in:
640
Cargo.lock
generated
640
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@@ -4,6 +4,7 @@
|
||||
|
||||
- Update `redis` dependency to `0.32`.
|
||||
- Update `actix-session` dependency to `0.9`.
|
||||
- Minimum supported Rust version (MSRV) is now 1.80.
|
||||
|
||||
## 0.5.1
|
||||
|
||||
|
@@ -2,6 +2,8 @@
|
||||
|
||||
## Unreleased
|
||||
|
||||
## 0.9.0
|
||||
|
||||
- Update `toml` dependency to `0.9`.
|
||||
- Minimum supported Rust version (MSRV) is now 1.80.
|
||||
|
||||
|
@@ -1,6 +1,6 @@
|
||||
[package]
|
||||
name = "actix-settings"
|
||||
version = "0.8.0"
|
||||
version = "0.9.0"
|
||||
authors = [
|
||||
"Joey Ezechiels <joey.ezechiels@gmail.com>",
|
||||
"Rob Ede <robjtede@icloud.com>",
|
||||
|
@@ -5,9 +5,9 @@
|
||||
<!-- prettier-ignore-start -->
|
||||
|
||||
[](https://crates.io/crates/actix-settings)
|
||||
[](https://docs.rs/actix-settings/0.8.0)
|
||||
[](https://docs.rs/actix-settings/0.9.0)
|
||||

|
||||
[](https://deps.rs/crate/actix-settings/0.8.0)
|
||||
[](https://deps.rs/crate/actix-settings/0.9.0)
|
||||
|
||||
<!-- prettier-ignore-end -->
|
||||
|
||||
|
Reference in New Issue
Block a user