Skip to content

Commit

Permalink
Bump MSRV to 1.45 (courtesy of cc)
Browse files Browse the repository at this point in the history
  • Loading branch information
newpavlov committed Aug 7, 2023
1 parent 77463c8 commit d8cde19
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/md5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
include:
# 32-bit Linux/x86
- target: i686-unknown-linux-gnu
toolchain: 1.43.0 # MSRV
toolchain: 1.45.0 # MSRV
deps: sudo apt update && sudo apt install gcc-multilib
- target: i686-unknown-linux-gnu
toolchain: stable
deps: sudo apt update && sudo apt install gcc-multilib

# 64-bit Linux/x86_64
- target: x86_64-unknown-linux-gnu
toolchain: 1.43.0 # MSRV
toolchain: 1.45.0 # MSRV
deps: true
- target: x86_64-unknown-linux-gnu
toolchain: stable
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sha1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
include:
# 32-bit Linux/x86
- target: i686-unknown-linux-gnu
rust: 1.43.0 # MSRV
rust: 1.45.0 # MSRV
deps: sudo apt update && sudo apt install gcc-multilib
- target: i686-unknown-linux-gnu
rust: stable
deps: sudo apt update && sudo apt install gcc-multilib

# 64-bit Linux/x86_64
- target: x86_64-unknown-linux-gnu
rust: 1.43.0 # MSRV
rust: 1.45.0 # MSRV
- target: x86_64-unknown-linux-gnu
rust: stable

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/sha2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
include:
# 32-bit Linux/x86
- target: i686-unknown-linux-gnu
rust: 1.43.0 # MSRV
rust: 1.45.0 # MSRV
deps: sudo apt update && sudo apt install gcc-multilib
- target: i686-unknown-linux-gnu
rust: stable
deps: sudo apt update && sudo apt install gcc-multilib

# 64-bit Linux/x86_64
- target: x86_64-unknown-linux-gnu
rust: 1.43.0 # MSRV
rust: 1.45.0 # MSRV
- target: x86_64-unknown-linux-gnu
rust: stable

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/whirlpool.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,15 +26,15 @@ jobs:
include:
# 32-bit Linux/x86
- target: i686-unknown-linux-gnu
toolchain: 1.43.0 # MSRV
toolchain: 1.45.0 # MSRV
deps: sudo apt update && sudo apt install gcc-multilib
- target: i686-unknown-linux-gnu
toolchain: stable
deps: sudo apt update && sudo apt install gcc-multilib

# 64-bit Linux/x86_64
- target: x86_64-unknown-linux-gnu
toolchain: 1.43.0 # MSRV
toolchain: 1.45.0 # MSRV
deps: true
- target: x86_64-unknown-linux-gnu
toolchain: stable
Expand Down

0 comments on commit d8cde19

Please sign in to comment.