From 4474c2b43b54f6198f65aa396c754d36c883f79c Mon Sep 17 00:00:00 2001 From: Chrislearn Young Date: Mon, 27 Nov 2023 06:34:46 +0800 Subject: [PATCH] Set Rust msrv to `1.70` (#511) --- Cargo.toml | 2 +- README.md | 2 +- README.zh-hans.md | 2 +- README.zh-hant.md | 2 +- examples/Cargo.toml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4ac70301d..89e61b76a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,7 @@ resolver = "2" version = "0.58.5" authors = ["Chrislearn Young "] edition = "2021" -rust-version = "1.67" +rust-version = "1.70" description = """ Salvo is a powerful web framework that can make your work easier. """ diff --git a/README.md b/README.md index 04adf683c..3ee22bdaa 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ crates.io Documentation unsafe forbidden -Rust Version +Rust Version
Website diff --git a/README.zh-hans.md b/README.zh-hans.md index 0a3dc96a8..52106dc4e 100644 --- a/README.zh-hans.md +++ b/README.zh-hans.md @@ -22,7 +22,7 @@ crates.io Documentation unsafe forbidden -Rust Version +Rust Version
Website diff --git a/README.zh-hant.md b/README.zh-hant.md index dd91e64ae..072e0e800 100644 --- a/README.zh-hant.md +++ b/README.zh-hant.md @@ -22,7 +22,7 @@ crates.io Documentation unsafe forbidden -Rust Version +Rust Version
Website diff --git a/examples/Cargo.toml b/examples/Cargo.toml index 06305bbb3..9a8723fc4 100644 --- a/examples/Cargo.toml +++ b/examples/Cargo.toml @@ -8,7 +8,7 @@ version = "0.1.0" authors = ["Chrislearn Young "] edition = "2021" publish = false -rust-version = "1.65" +rust-version = "1.70" description = """ Salvo is a powerful and simple Rust web server framework. """