File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff 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 "
1313description = " CLI tool for saving web pages as a single HTML file"
1414homepage = " https://github.com/Y2Z/monolith"
1515repository = " https://github.com/Y2Z/monolith"
You can’t perform that action at this time.
0 commit comments