Skip to content

Commit

Permalink
Bump MSRV to 1.72, because of mpsc::Sender's Sync impl
Browse files Browse the repository at this point in the history
  • Loading branch information
Finomnis committed Oct 12, 2023
1 parent 54a0a16 commit 768cb45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
uses: actions/checkout@v3

- name: Install MSRV toolchain
uses: dtolnay/rust-toolchain@1.63.0
uses: dtolnay/rust-toolchain@1.72.0

#- uses: Swatinem/rust-cache@v1

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "tokio-graceful-shutdown"
authors = ["Finomnis <[email protected]>"]
version = "0.14.0"
edition = "2021"
rust-version = "1.63"
rust-version = "1.72"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/Finomnis/tokio-graceful-shutdown"
Expand Down

0 comments on commit 768cb45

Please sign in to comment.