Skip to content

Commit

Permalink
ci: Bump MSRV to 1.70.0 (#2054)
Browse files Browse the repository at this point in the history
Signed-off-by: Xuanwo <github@xuanwo.io>
  • Loading branch information
Xuanwo authored Jan 23, 2024
1 parent 4d81257 commit 7640978
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
with:
components: ${{ matrix.component }}
# Oldest supported version, keep in sync with README.md
toolchain: "1.67.1"
toolchain: "1.70.0"

- name: clippy version
run: cargo clippy --version
Expand Down Expand Up @@ -67,10 +67,10 @@ jobs:
include:
- os: ubuntu-20.04
# Oldest supported version, keep in sync with README.md
rustc: "1.67.1"
rustc: "1.70.0"
- os: ubuntu-22.04
# Oldest supported version, keep in sync with README.md
rustc: "1.67.1"
rustc: "1.70.0"
extra_desc: dist-server
extra_args: --no-default-features --features=dist-tests test_dist_ -- --test-threads 1
- os: ubuntu-20.04
Expand All @@ -85,7 +85,7 @@ jobs:
- os: macOS-11
- os: windows-2019
# Oldest supported version, keep in sync with README.md
rustc: "1.67.1"
rustc: "1.70.0"
- os: windows-2019
rustc: nightly
allow_failure: true
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "sccache"
rust-version = "1.67.1"
rust-version = "1.70.0"
version = "0.7.6"

categories = ["command-line-utilities", "development-tools::build-utils"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ And you can build code as usual without any additional flags in the command line
Build Requirements
------------------

sccache is a [Rust](https://www.rust-lang.org/) program. Building it requires `cargo` (and thus`rustc`). sccache currently requires **Rust 1.67.1**. We recommend you install Rust via [Rustup](https://rustup.rs/).
sccache is a [Rust](https://www.rust-lang.org/) program. Building it requires `cargo` (and thus`rustc`). sccache currently requires **Rust 1.70.0**. We recommend you install Rust via [Rustup](https://rustup.rs/).

Build
-----
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ apps:
parts:
sccache:
plugin: rust
rust-channel: 1.67.1
rust-channel: 1.70.0
rust-use-global-lto: true
source: .
override-pull: |
Expand Down

0 comments on commit 7640978

Please sign in to comment.