We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5ff8df commit 609aafbCopy full SHA for 609aafb
.github/workflows/ci.yml
@@ -50,7 +50,7 @@ jobs:
50
matrix:
51
# When updating this, the reminder to update the minimum supported
52
# Rust version in Cargo.toml.
53
- rust: ['1.48']
+ rust: ['1.61']
54
steps:
55
- uses: actions/checkout@v3
56
- name: Install Rust
Cargo.toml
@@ -6,7 +6,7 @@ name = "async-executor"
6
version = "1.5.2"
7
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
-rust-version = "1.48"
+rust-version = "1.61"
10
description = "Async executor"
11
license = "Apache-2.0 OR MIT"
12
repository = "https://github.com/smol-rs/async-executor"
0 commit comments