Skip to content

Commit

Permalink
Update MSRV info
Browse files Browse the repository at this point in the history
  • Loading branch information
fornwall committed Sep 3, 2024
1 parent 8bd9c51 commit 8d43b12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[![CI](https://github.com/fornwall/rust-script/workflows/CI/badge.svg)](https://github.com/fornwall/rust-script/actions?query=workflow%3ACI)
[![Crates.io](https://img.shields.io/crates/v/rust-script.svg)](https://crates.io/crates/rust-script)
[![MSRV](https://img.shields.io/badge/rustc-1.64.0+-ab6000.svg)](https://blog.rust-lang.org/2022/09/22/Rust-1.64.0.html)
[![MSRV](https://img.shields.io/badge/rustc-1.74.0+-ab6000.svg)](https://blog.rust-lang.org/2023/11/16/Rust-1.74.0.html)

# rust-script
Run Rust script files without any setup or explicit compilation step, with seamless use of crates specified as dependencies inside the scripts.
Expand Down Expand Up @@ -30,7 +30,7 @@ $ ./script.rs
A random number: 9240261453149857564
```

Rust version 1.64 or newer required.
Rust version 1.74 or newer required.

See the [documentation at rust-script.org](https://rust-script.org).

Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ Install or update `rust-script` using Cargo:
cargo install rust-script
```

Rust 1.64 or later is required.
Rust 1.74 or later is required.

### Distro Packages

Expand Down

0 comments on commit 8d43b12

Please sign in to comment.