Skip to content

Commit

Permalink
Try #107:
Browse files Browse the repository at this point in the history
  • Loading branch information
bors[bot] committed Aug 17, 2023
2 parents 52edda7 + df35e84 commit 2e5a18e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0
- 1.63.0
- stable
- beta
steps:
Expand All @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
rust:
- 1.60.0
- 1.63.0
- stable
- beta
# - nightly
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
- uses: actions/checkout@v3
- uses: dtolnay/rust-toolchain@master
with:
toolchain: 1.60.0
toolchain: 1.63.0
components: rustfmt
- name: cargo-fmt
run: cargo fmt -- --check
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![crates.io](https://img.shields.io/crates/v/rexpect.svg)](https://crates.io/crates/rexpect)
[![Released API docs](https://docs.rs/rexpect/badge.svg)](https://docs.rs/rexpect)
[![Master API docs](https://img.shields.io/badge/docs-master-2f343b.svg)](http://philippkeller.github.io/rexpect)
[![MSRV](https://img.shields.io/badge/MSRV-1.60.0-blue)]
[![MSRV](https://img.shields.io/badge/MSRV-1.63.0-blue)]

Spawn, control, and respond to expected patterns of child applications and
processes, enabling the automation of interactions and testing. Components
Expand Down

0 comments on commit 2e5a18e

Please sign in to comment.