Skip to content

Commit 88c213c

Browse files
Increase MSRV from 1.74 to 1.81
This will allow some dependencies to be updated to the latest version.
1 parent 82bce25 commit 88c213c

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,10 @@ name: CI
1919
jobs:
2020
msrv:
2121
runs-on: ubuntu-latest
22-
env:
23-
CARGO_REGISTRIES_CRATES_IO_PROTOCOL: sparse
2422
steps:
2523
- uses: actions/checkout@v4
26-
- run: rustup toolchain install 1.74 --profile minimal --no-self-update
27-
- run: rustup default 1.74
24+
- run: rustup toolchain install 1.81 --profile minimal --no-self-update
25+
- run: rustup default 1.81
2826
- uses: Swatinem/rust-cache@v2
2927
- run: rustc --version
3028
- run: cargo check

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ resolver = "2"
1414
edition = "2021"
1515
license = "MIT OR Apache-2.0"
1616
repository = "https://github.com/google/authenticode-rs"
17-
rust-version = "1.74"
17+
rust-version = "1.81"
1818
version = "0.4.3"
1919

2020
[workspace.dependencies]

0 commit comments

Comments
 (0)