mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-23 23:51:06 +01:00
update msrv to 1.60
promted by prost 0.11.8
This commit is contained in:
parent
218f18e69d
commit
8a9c604c03
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
@ -14,7 +14,7 @@ jobs:
|
|||||||
target:
|
target:
|
||||||
- { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu }
|
- { name: Linux, os: ubuntu-latest, triple: x86_64-unknown-linux-gnu }
|
||||||
version:
|
version:
|
||||||
- 1.59 # MSRV
|
- 1.60 # MSRV
|
||||||
- stable
|
- stable
|
||||||
|
|
||||||
name: ${{ matrix.target.name }} / ${{ matrix.version }}
|
name: ${{ matrix.target.name }} / ${{ matrix.version }}
|
||||||
@ -88,7 +88,7 @@ jobs:
|
|||||||
triple: x86_64-pc-windows-msvc,
|
triple: x86_64-pc-windows-msvc,
|
||||||
}
|
}
|
||||||
version:
|
version:
|
||||||
- 1.59 # MSRV
|
- 1.60 # MSRV
|
||||||
- stable
|
- stable
|
||||||
|
|
||||||
name: ${{ matrix.target.name }} / ${{ matrix.version }}
|
name: ${{ matrix.target.name }} / ${{ matrix.version }}
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
## Unreleased - 2022-xx-xx
|
## Unreleased - 2022-xx-xx
|
||||||
|
|
||||||
|
- Minimum supported Rust version (MSRV) is now 1.60.
|
||||||
|
|
||||||
## 0.6.4 - 2022-10-28
|
## 0.6.4 - 2022-10-28
|
||||||
|
|
||||||
- Add `Cors::allow_private_network_access()` behind an unstable flag (`draft-private-network-access`). [#297]
|
- Add `Cors::allow_private_network_access()` behind an unstable flag (`draft-private-network-access`). [#297]
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
## Unreleased - 2022-xx-xx
|
## Unreleased - 2022-xx-xx
|
||||||
|
|
||||||
- Replace use of `anyhow::Error` with specific error types. [#296]
|
- Replace use of `anyhow::Error` with specific error types. [#296]
|
||||||
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
|
- Minimum supported Rust version (MSRV) is now 1.60.
|
||||||
|
|
||||||
[#296]: https://github.com/actix/actix-extras/pull/296
|
[#296]: https://github.com/actix/actix-extras/pull/296
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Unreleased - 2022-xx-xx
|
## Unreleased - 2022-xx-xx
|
||||||
|
|
||||||
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
|
- Minimum supported Rust version (MSRV) is now 1.60.
|
||||||
|
|
||||||
## 0.9.0 - 2022-08-24
|
## 0.9.0 - 2022-08-24
|
||||||
|
|
||||||
|
@ -3,7 +3,7 @@
|
|||||||
## Unreleased - 2022-xx-xx
|
## Unreleased - 2022-xx-xx
|
||||||
|
|
||||||
- Update `redis-async` dependency to `0.14`.
|
- Update `redis-async` dependency to `0.14`.
|
||||||
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
|
- Minimum supported Rust version (MSRV) is now 1.60.
|
||||||
|
|
||||||
## 0.12.0 - 2022-07-09
|
## 0.12.0 - 2022-07-09
|
||||||
|
|
||||||
|
@ -2,10 +2,9 @@
|
|||||||
|
|
||||||
## Unreleased - 2021-xx-xx
|
## Unreleased - 2021-xx-xx
|
||||||
|
|
||||||
- Set secure attribute when adding a session removal cookie. [#300]
|
- Set secure attribute when adding a session removal cookie.
|
||||||
- Update `redis` dependency to `0.22`.
|
- Update `redis` dependency to `0.22`.
|
||||||
|
- Minimum supported Rust version (MSRV) is now 1.60.
|
||||||
[#300]: https://github.com/actix/actix-extras/pull/300
|
|
||||||
|
|
||||||
## 0.7.2 - 2022-09-11
|
## 0.7.2 - 2022-09-11
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
- Rename `AtError => Error`.
|
- Rename `AtError => Error`.
|
||||||
- Remove `AtResult` type alias.
|
- Remove `AtResult` type alias.
|
||||||
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
|
- Minimum supported Rust version (MSRV) is now 1.60.
|
||||||
|
|
||||||
## 0.6.0 - 2022-07-31
|
## 0.6.0 - 2022-07-31
|
||||||
|
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
## Unreleased - 2022-xx-xx
|
## Unreleased - 2022-xx-xx
|
||||||
|
|
||||||
- Minimum supported Rust version (MSRV) is now 1.59 due to transitive `time` dependency.
|
- Minimum supported Rust version (MSRV) is now 1.60.
|
||||||
|
|
||||||
## 0.8.0 - 2022-07-21
|
## 0.8.0 - 2022-07-21
|
||||||
|
|
||||||
|
@ -1 +1 @@
|
|||||||
msrv = "1.59"
|
msrv = "1.60"
|
||||||
|
Loading…
Reference in New Issue
Block a user