Skip to content

Commit a503e77

Browse files
committed
build: bump MSRV to 1.65.0 due to oncecell requiring this due to some example requiring this due to it failing our CI build --all-targets; fix action cache failure
1 parent ac1fabd commit a503e77

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
include:
1616
- build: MSRV # Minimum supported Rust version
1717
os: ubuntu-latest
18-
rust: 1.63.0
18+
rust: 1.65.0
1919
- build: stable
2020
os: ubuntu-latest
2121
rust: stable
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- uses: actions/checkout@master
3838
- name: Cache CARGO_HOME
39-
uses: actions/cache@v1
39+
uses: actions/cache@v4
4040
with:
4141
path: ~/.cargo
4242
key: ${{ runner.os }}-cargo-home-${{ hashFiles('**/Cargo.toml') }}

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ authors = [
1111
categories = ["parsing", "development-tools::debugging"]
1212
documentation = "https://docs.rs/goblin"
1313
edition = "2021"
14-
rust-version = "1.63.0"
14+
rust-version = "1.65.0"
1515
include = [
1616
"src",
1717
"CHANGELOG.md",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ https://docs.rs/goblin/
2020

2121
### Usage
2222

23-
Goblin requires `rustc` 1.63.0 (Rust 2021 edition).
23+
Goblin requires `rustc` 1.65.0 (Rust 2021 edition).
2424

2525
Add to your `Cargo.toml`
2626

0 commit comments

Comments
 (0)