Skip to content

Commit beb4277

Browse files
committed
Bump msrv to 1.63.0
Signed-off-by: Jiahao XU <[email protected]>
1 parent 07c47fb commit beb4277

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/msrv.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
- uses: actions-rs/toolchain@v1
2323
with:
2424
profile: minimal
25-
toolchain: 1.56.1
25+
toolchain: 1.63.0
2626
override: true
2727
- uses: actions/checkout@v2
28-
- name: cargo +1.56.1 check
28+
- name: cargo +1.63.0 check
2929
uses: actions-rs/cargo@v1
3030
with:
3131
command: check

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = "openssh"
33
version = "0.9.6"
44
authors = ["Jon Gjengset <[email protected]>"]
55
edition = "2021"
6-
rust-version = "1.56.1"
6+
rust-version = "1.63.0"
77
license = "MIT OR Apache-2.0"
88

99
readme = "README.md"

0 commit comments

Comments
 (0)