Skip to content

Commit 14755df

Browse files
Bump MSRV to 1.85
An indirect dependency now requires 1.85, so bump the authenticode MSRV to match.
1 parent 703a0ef commit 14755df

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- uses: actions/checkout@v5
27-
- run: rustup toolchain install 1.81 --profile minimal --no-self-update
28-
- run: rustup default 1.81
27+
- run: rustup toolchain install 1.85 --profile minimal --no-self-update
28+
- run: rustup default 1.85
2929
- uses: Swatinem/rust-cache@v2
3030
- run: rustc --version
3131
- 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.81"
17+
rust-version = "1.85"
1818
version = "0.4.3"
1919

2020
[workspace.dependencies]

0 commit comments

Comments
 (0)