File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
2
2
[ ![ CI] ( https://github.com/fornwall/rust-script/workflows/CI/badge.svg )] ( https://github.com/fornwall/rust-script/actions?query=workflow%3ACI )
3
3
[ ![ 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 )
5
5
6
6
# rust-script
7
7
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
30
30
A random number: 9240261453149857564
31
31
```
32
32
33
- Rust version 1.64 or newer required.
33
+ Rust version 1.74 or newer required.
34
34
35
35
See the [ documentation at rust-script.org] ( https://rust-script.org ) .
36
36
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Install or update `rust-script` using Cargo:
37
37
cargo install rust-script
38
38
```
39
39
40
- Rust 1.64 or later is required.
40
+ Rust 1.74 or later is required.
41
41
42
42
### Distro Packages
43
43
You can’t perform that action at this time.
0 commit comments