Skip to content

Commit

Permalink
m: Bump MSRV to 1.59
Browse files Browse the repository at this point in the history
Since concurrent-queue has bumped its MSRV, we must follow.

Signed-off-by: John Nunley <[email protected]>
  • Loading branch information
notgull authored Sep 25, 2023
1 parent 6b7eb25 commit 2f6c08f
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 @@ -49,7 +49,7 @@ jobs:
matrix:
# When updating this, the reminder to update the minimum supported
# Rust version in Cargo.toml.
rust: ['1.56']
rust: ['1.59']
steps:
- uses: actions/checkout@v4
- name: Install Rust
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "blocking"
version = "1.3.1"
authors = ["Stjepan Glavina <[email protected]>"]
edition = "2018"
rust-version = "1.56"
rust-version = "1.59"
description = "A thread pool for isolating blocking I/O in async programs"
license = "Apache-2.0 OR MIT"
repository = "https://github.com/smol-rs/blocking"
Expand Down

0 comments on commit 2f6c08f

Please sign in to comment.