Skip to content

Commit 07f3785

Browse files
committed
Bump MSRV
1 parent ed0419d commit 07f3785

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
@@ -112,7 +112,7 @@ jobs:
112112
os: [ubuntu-latest, windows-latest]
113113
# When updating this, the reminder to update the minimum supported
114114
# Rust version in Cargo.toml.
115-
rust: ['1.48']
115+
rust: ['1.63']
116116
steps:
117117
- uses: actions/checkout@v3
118118
- 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-io"
66
version = "1.13.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
9-
rust-version = "1.48"
9+
rust-version = "1.63"
1010
description = "Async I/O and timers"
1111
license = "Apache-2.0 OR MIT"
1212
repository = "https://github.com/smol-rs/async-io"

0 commit comments

Comments
 (0)