Skip to content

Commit ae7ea40

Browse files
authored
Merge pull request #31 from jonhoo/bump
Edition bump and dependency update
2 parents 21204a0 + 507ce8d commit ae7ea40

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "openssh"
33
version = "0.8.1"
44
authors = ["Jon Gjengset <jon@thesquareplanet.com>"]
5-
edition = "2018"
5+
edition = "2021"
66
license = "MIT OR Apache-2.0"
77

88
readme = "README.md"
@@ -39,7 +39,7 @@ tokio = { version = "1", features = [ "process", "io-util", "macros" ] }
3939
tokio-pipe = "0.2.8"
4040

4141
libc = "0.2.112"
42-
io-lifetimes = "0.4.4"
42+
io-lifetimes = "0.5"
4343

4444
once_cell = "1.8.0"
4545
dirs = "4.0.0"

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,14 +87,14 @@ jobs:
8787
# This represents the minimum Rust version supported.
8888
# Tests are not run as tests may require newer versions of rust.
8989
- job: msrv
90-
displayName: "Minimum supported Rust version: 1.52.1"
90+
displayName: "Minimum supported Rust version: 1.56.1"
9191
dependsOn: []
9292
pool:
9393
vmImage: ubuntu-latest
9494
steps:
9595
- template: install-rust.yml@templates
9696
parameters:
97-
rust: 1.52.1 # tokio 1.0 requires 1.45, openssh_mux_client requires 1.52.1
97+
rust: 1.56.1 # 2021 edition
9898

9999
- script: cargo check --all-features
100100
displayName: cargo check --all-features

0 commit comments

Comments
 (0)