We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c47fb commit beb4277Copy full SHA for beb4277
.github/workflows/msrv.yml
@@ -22,10 +22,10 @@ jobs:
22
- uses: actions-rs/toolchain@v1
23
with:
24
profile: minimal
25
- toolchain: 1.56.1
+ toolchain: 1.63.0
26
override: true
27
- uses: actions/checkout@v2
28
- - name: cargo +1.56.1 check
+ - name: cargo +1.63.0 check
29
uses: actions-rs/cargo@v1
30
31
command: check
Cargo.toml
@@ -3,7 +3,7 @@ name = "openssh"
3
version = "0.9.6"
4
authors = ["Jon Gjengset <[email protected]>"]
5
edition = "2021"
6
-rust-version = "1.56.1"
+rust-version = "1.63.0"
7
license = "MIT OR Apache-2.0"
8
9
readme = "README.md"
0 commit comments