Skip to content

Commit db7e40c

Browse files
committed
roll back Rust edition back to 2021 (the world isn't ready yet)
1 parent db7c245 commit db7e40c

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.github/workflows/ci-netbsd.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,7 @@ jobs:
2828
with:
2929
usesh: true
3030
prepare: |
31-
/usr/sbin/pkg_add curl cwrappers gmake mktools pkgconf
32-
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
31+
/usr/sbin/pkg_add cwrappers gmake mktools pkgconf rust
3332
run: |
34-
export PATH="/root/.cargo/bin:$PATH"
3533
cargo build --all --locked --verbose --no-default-features --features cli
3634
cargo test --all --locked --verbose --no-default-features --features cli

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ authors = [
99
"rhysd <lin90162@yahoo.co.jp>",
1010
"Andriy Rakhnin <a@rakhnin.com>",
1111
]
12-
edition = "2024"
12+
edition = "2021"
1313
description = "CLI tool for saving web pages as a single HTML file"
1414
homepage = "https://github.com/Y2Z/monolith"
1515
repository = "https://github.com/Y2Z/monolith"

0 commit comments

Comments
 (0)