Skip to content

Commit

Permalink
docs: Update version in README
Browse files Browse the repository at this point in the history
  • Loading branch information
Dustin Blackman committed Jan 2, 2024
1 parent d11b188 commit 42f87f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ For command lines that extend cargo such as `cargo-nextest`, run-bin will create

## Install

Minimum Rust Version: 1.74.0
Minimum Rust Version: 1.70.0

Run the following to install `cargo-run-bin`, and ignore the cache directory in your project.

Expand All @@ -38,7 +38,7 @@ You can also use it as a library within your existing logic.

```toml
[dependencies]
cargo-run-bin = { version = "1.7.0", default-features = false }
cargo-run-bin = { version = "1.7.2", default-features = false }
```

## Usage
Expand Down

0 comments on commit 42f87f9

Please sign in to comment.