Skip to content

Commit

Permalink
tls_codec: bump MSRV CI to 1.74
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer authored Jan 3, 2025
1 parent b6c9611 commit 2e51544
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tls_codec.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
strategy:
matrix:
rust:
- 1.70.0 # MSRV
- 1.74.0 # MSRV
- stable
target:
- wasm32-unknown-unknown
Expand All @@ -50,15 +50,15 @@ jobs:
include:
# 32-bit Linux
- targets: i686-unknown-linux-gnu
rust: 1.70.0 # MSRV
rust: 1.74.0 # MSRV
deps: sudo apt update && sudo apt install gcc-multilib
- targets: i686-unknown-linux-gnu
rust: stable
deps: sudo apt update && sudo apt install gcc-multilib

# 64-bit Linux
- targets: x86_64-unknown-linux-gnu
rust: 1.70.0 # MSRV
rust: 1.74.0 # MSRV
- targets: x86_64-unknown-linux-gnu
rust: stable
steps:
Expand Down

0 comments on commit 2e51544

Please sign in to comment.