Skip to content

Commit 5a64be3

Browse files
petreeftimePetre Eftime
authored andcommitted
set MSRV to 1.60
Signed-off-by: Petre Eftime <[email protected]>
1 parent 784e9c7 commit 5a64be3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ license = "MIT"
1010
categories = ["os::unix-apis"]
1111
keywords = ["pty", "automation", "testing", "expect", "pexpect"]
1212
readme = "README.md"
13-
14-
13+
rust-version = "1.60"
1514

1615
[dependencies]
1716
comma = "1.0"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![crates.io](https://img.shields.io/crates/v/rexpect.svg)](https://crates.io/crates/rexpect)
44
[![Released API docs](https://docs.rs/rexpect/badge.svg)](https://docs.rs/rexpect)
55
[![Master API docs](https://img.shields.io/badge/docs-master-2f343b.svg)](http://philippkeller.github.io/rexpect)
6+
[![MSRV](https://img.shields.io/badge/MSRV-1.60.0-blue)]
67

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

0 commit comments

Comments
 (0)