Skip to content

Commit 8b5bfa2

Browse files
raising MSRV
1 parent 9655431 commit 8b5bfa2

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/rustls-rustcrypto.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
- uses: dtolnay/rust-toolchain@master
2525
with:
26-
toolchain: 1.75.0
26+
toolchain: 1.78.0
2727
components: clippy
2828
- run: cargo clippy --all --all-features -- -D warnings
2929

@@ -51,7 +51,7 @@ jobs:
5151
strategy:
5252
matrix:
5353
rust:
54-
- 1.75.0 # MSRV
54+
- 1.78.0 # MSRV
5555
- stable
5656
target:
5757
- armv7a-none-eabi
@@ -69,7 +69,7 @@ jobs:
6969
strategy:
7070
matrix:
7171
toolchain:
72-
- 1.75.0 # MSRV
72+
- 1.78.0 # MSRV
7373
- stable
7474
runs-on: ubuntu-latest
7575
steps:
@@ -87,7 +87,7 @@ jobs:
8787
matrix:
8888
include:
8989
- target: powerpc-unknown-linux-gnu
90-
rust: 1.75.0 # MSRV
90+
rust: 1.78.0 # MSRV
9191
- target: powerpc-unknown-linux-gnu
9292
rust: stable
9393
runs-on: ubuntu-latest

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ repository = "https://github.com/RustCrypto/rustls-rustcrypto"
1212
categories = ["cryptography", "no-std"]
1313
keywords = ["rustls", "tls"]
1414
edition = "2021"
15-
rust-version = "1.75"
15+
rust-version = "1.78"
1616

1717
# Ensure all dependencies + feats are mapped to crate features for correct usage
1818
# default features often have std breaking no_std and potentially other unwanted

0 commit comments

Comments
 (0)