-
Notifications
You must be signed in to change notification settings - Fork 58
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
bumping to 0.4 (as according to Changelog there were breaking changes…
… I didn't remember though :) to prepare a deployment to crates.io
- Loading branch information
1 parent
a67f3e1
commit 6702998
Showing
3 changed files
with
6 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
description = "Interact with unix processes/bash the same way as pexpect or Don libes expect does" | ||
name = "rexpect" | ||
version = "0.3.0" | ||
version = "0.4.0" | ||
authors = ["Philipp Keller <[email protected]>"] | ||
edition = "2018" | ||
repository = "https://github.com/philippkeller/rexpect" | ||
|
@@ -20,4 +20,4 @@ error-chain = "0.12" | |
tempfile = "3" | ||
|
||
[badges] | ||
travis-ci = { repository = "philippkeller/rexpect" } | ||
travis-ci = { repository = "philippkeller/rexpect" } |