We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ae2668 commit 0fe4887Copy full SHA for 0fe4887
.github/workflows/ci.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
matrix:
10
os: [ubuntu-latest, macos-latest, windows-latest]
11
- rust: ["1.56.1", "1.65.0"]
+ rust: ["1.57.0", "1.65.0"]
12
runs-on: ${{ matrix.os }}
13
steps:
14
- name: Checkout source
Cargo.toml
@@ -2,6 +2,7 @@
2
name = "rust-script"
3
version = "0.22.0"
4
edition = "2021"
5
+rust-version = "1.57"
6
authors = ["Fredrik Fornwall <fredrik@fornwall.net>"]
7
description = "Command-line tool to run Rust \"scripts\" which can make use of crates."
homepage = "https://rust-script.org"
0 commit comments