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 ddfb54d commit b8885f9Copy full SHA for b8885f9
.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.47']
+ rust: ['1.48']
54
steps:
55
- uses: actions/checkout@v3
56
- name: Install Rust
Cargo.toml
@@ -6,7 +6,7 @@ name = "async-executor"
6
version = "1.5.0"
7
authors = ["Stjepan Glavina <stjepang@gmail.com>"]
8
edition = "2018"
9
-rust-version = "1.47"
+rust-version = "1.48"
10
description = "Async executor"
11
license = "Apache-2.0 OR MIT"
12
repository = "https://github.com/smol-rs/async-executor"
0 commit comments