Skip to content

Commit

Permalink
Update Rust to 1.57 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
olix0r authored Jan 3, 2022
1 parent 9012dfc commit 3a8231a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
container:
image: docker://rust:1.53-buster
image: docker://rust:1.57-buster
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- run: make check-fmt check
Expand All @@ -33,7 +33,7 @@ jobs:
timeout-minutes: 5
runs-on: ubuntu-latest
container:
image: docker://rust:1.53-buster
image: docker://rust:1.57-buster
steps:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579
- run: rustup component add clippy
Expand Down
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@
name = "linkerd-await"
version = "0.2.4"
authors = ["Linkerd Developers <cncf-linkerd-dev@lists.cncf.io>"]
edition = "2018"
edition = "2021"
publish = false
homepage = "https://linkerd.io"
repository = "https://github.com/linkerd/linkerd-await"

[dependencies]
http = "0.2"
Expand Down
2 changes: 1 addition & 1 deletion rust-toolchain
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.54.0
1.57.0

0 comments on commit 3a8231a

Please sign in to comment.