mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-26 06:37:20 +02:00
rust: Update MSRV to 1.52
The bump of minimum rust version is required by some of the updated dependencies. Closes #2802.
This commit is contained in:
parent
e4a881a4a6
commit
e2ef45a06e
3 changed files with 4 additions and 5 deletions
2
.github/workflows/rust-tests.yml
vendored
2
.github/workflows/rust-tests.yml
vendored
|
@ -13,7 +13,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
rust:
|
rust:
|
||||||
# MSRV; most not be higher than the clippy rust version in checks.yml
|
# MSRV; most not be higher than the clippy rust version in checks.yml
|
||||||
- "1.47"
|
- "1.52"
|
||||||
- "stable"
|
- "stable"
|
||||||
os:
|
os:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
|
|
|
@ -1,5 +1,4 @@
|
||||||
// Not compatible with the MSRV
|
#![warn(unsafe_op_in_unsafe_fn)]
|
||||||
// #![warn(unsafe_op_in_unsafe_fn)]
|
|
||||||
#![allow(unused_unsafe)]
|
#![allow(unused_unsafe)]
|
||||||
// Not working yet in stable - https://github.com/rust-lang/rust-clippy/issues/8020
|
// Not working yet in stable - https://github.com/rust-lang/rust-clippy/issues/8020
|
||||||
// #![warn(clippy::undocumented_unsafe_blocks)]
|
// #![warn(clippy::undocumented_unsafe_blocks)]
|
||||||
|
|
|
@ -39,9 +39,9 @@ Users can define their own server impelementations.
|
||||||
See the [TaskChampion Book](http://taskchampion.github.com/taskchampion)
|
See the [TaskChampion Book](http://taskchampion.github.com/taskchampion)
|
||||||
for more information about the design and usage of the tool.
|
for more information about the design and usage of the tool.
|
||||||
|
|
||||||
# Minimum Supported Rust Version
|
# Minimum Supported Rust Version (MSRV)
|
||||||
|
|
||||||
This crate supports Rust version 1.47 and higher.
|
This crate supports Rust version 1.52 and higher.
|
||||||
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue