Skip to content

Commit 0fe4887

Browse files
committed
Require rust 1.57
This is required by latest os_str_bytes
1 parent 4ae2668 commit 0fe4887

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, macos-latest, windows-latest]
11-
rust: ["1.56.1", "1.65.0"]
11+
rust: ["1.57.0", "1.65.0"]
1212
runs-on: ${{ matrix.os }}
1313
steps:
1414
- name: Checkout source

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
name = "rust-script"
33
version = "0.22.0"
44
edition = "2021"
5+
rust-version = "1.57"
56
authors = ["Fredrik Fornwall <fredrik@fornwall.net>"]
67
description = "Command-line tool to run Rust \"scripts\" which can make use of crates."
78
homepage = "https://rust-script.org"

0 commit comments

Comments
 (0)