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 8226196 commit 2a2c1eeCopy full SHA for 2a2c1ee
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
os: [ubuntu-latest, windows-latest]
49
# When updating this, the reminder to update the minimum supported
50
# Rust version in Cargo.toml.
51
- rust: ['1.46']
+ rust: ['1.47']
52
steps:
53
- uses: actions/checkout@v3
54
- name: Install Rust
Cargo.toml
@@ -6,7 +6,7 @@ name = "async-process"
6
version = "1.6.0"
7
authors = ["Stjepan Glavina <[email protected]>"]
8
edition = "2018"
9
-rust-version = "1.46"
+rust-version = "1.47"
10
description = "Async interface for working with processes"
11
license = "Apache-2.0 OR MIT"
12
repository = "https://github.com/smol-rs/async-process"
0 commit comments