Skip to content

Commit 609aafb

Browse files
committed
Bump MSRV to 1.61
``` error: package `memchr v2.6.3` cannot be built because it requires rustc 1.61 or newer, while the currently active rustc version is 1.60.0 ```
1 parent a5ff8df commit 609aafb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
# When updating this, the reminder to update the minimum supported
5252
# Rust version in Cargo.toml.
53-
rust: ['1.48']
53+
rust: ['1.61']
5454
steps:
5555
- uses: actions/checkout@v3
5656
- name: Install Rust

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ name = "async-executor"
66
version = "1.5.2"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
9-
rust-version = "1.48"
9+
rust-version = "1.61"
1010
description = "Async executor"
1111
license = "Apache-2.0 OR MIT"
1212
repository = "https://github.com/smol-rs/async-executor"

0 commit comments

Comments
 (0)