Skip to content

Commit 8d43b12

Browse files
committed
Update MSRV info
1 parent 8bd9c51 commit 8d43b12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
[![CI](https://github.com/fornwall/rust-script/workflows/CI/badge.svg)](https://github.com/fornwall/rust-script/actions?query=workflow%3ACI)
33
[![Crates.io](https://img.shields.io/crates/v/rust-script.svg)](https://crates.io/crates/rust-script)
4-
[![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)
4+
[![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)
55

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

33-
Rust version 1.64 or newer required.
33+
Rust version 1.74 or newer required.
3434

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

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Install or update `rust-script` using Cargo:
3737
cargo install rust-script
3838
```
3939

40-
Rust 1.64 or later is required.
40+
Rust 1.74 or later is required.
4141

4242
### Distro Packages
4343

0 commit comments

Comments
 (0)