Skip to content

Commit 2a2c1ee

Browse files
committed
Bump MSRV to 1.47
On Windows, we depend on blocking and async-task that require Rust 1.47.
1 parent 8226196 commit 2a2c1ee

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
@@ -48,7 +48,7 @@ jobs:
4848
os: [ubuntu-latest, windows-latest]
4949
# When updating this, the reminder to update the minimum supported
5050
# Rust version in Cargo.toml.
51-
rust: ['1.46']
51+
rust: ['1.47']
5252
steps:
5353
- uses: actions/checkout@v3
5454
- 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-process"
66
version = "1.6.0"
77
authors = ["Stjepan Glavina <[email protected]>"]
88
edition = "2018"
9-
rust-version = "1.46"
9+
rust-version = "1.47"
1010
description = "Async interface for working with processes"
1111
license = "Apache-2.0 OR MIT"
1212
repository = "https://github.com/smol-rs/async-process"

0 commit comments

Comments
 (0)