Skip to content

Commit

Permalink
raising MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
stevefan1999-personal committed Sep 25, 2024
1 parent 9655431 commit 8b5bfa2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/rustls-rustcrypto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.75.0
toolchain: 1.78.0
components: clippy
- run: cargo clippy --all --all-features -- -D warnings

Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
strategy:
matrix:
rust:
- 1.75.0 # MSRV
- 1.78.0 # MSRV
- stable
target:
- armv7a-none-eabi
Expand All @@ -69,7 +69,7 @@ jobs:
strategy:
matrix:
toolchain:
- 1.75.0 # MSRV
- 1.78.0 # MSRV
- stable
runs-on: ubuntu-latest
steps:
Expand All @@ -87,7 +87,7 @@ jobs:
matrix:
include:
- target: powerpc-unknown-linux-gnu
rust: 1.75.0 # MSRV
rust: 1.78.0 # MSRV
- target: powerpc-unknown-linux-gnu
rust: stable
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repository = "https://github.com/RustCrypto/rustls-rustcrypto"
categories = ["cryptography", "no-std"]
keywords = ["rustls", "tls"]
edition = "2021"
rust-version = "1.75"
rust-version = "1.78"

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

0 comments on commit 8b5bfa2

Please sign in to comment.