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 ed0419d commit 07f3785Copy full SHA for 07f3785
.github/workflows/ci.yml
@@ -112,7 +112,7 @@ jobs:
112
os: [ubuntu-latest, windows-latest]
113
# When updating this, the reminder to update the minimum supported
114
# Rust version in Cargo.toml.
115
- rust: ['1.48']
+ rust: ['1.63']
116
steps:
117
- uses: actions/checkout@v3
118
- name: Install Rust
Cargo.toml
@@ -6,7 +6,7 @@ name = "async-io"
6
version = "1.13.0"
7
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
-rust-version = "1.48"
+rust-version = "1.63"
10
description = "Async I/O and timers"
11
license = "Apache-2.0 OR MIT"
12
repository = "https://github.com/smol-rs/async-io"
0 commit comments