Skip to content

Commit

Permalink
upgrade deps & minor fix
Browse files Browse the repository at this point in the history
- fixed new rust version breaking cargo-sweep
  • Loading branch information
TheDGOfficial committed Oct 8, 2023
1 parent 5665b1a commit a8ae5b2
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 28 deletions.
54 changes: 27 additions & 27 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion update_rust.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ if [[ -z "$SKIP_RUST_UPDATES" ]]; then
cargo binstall -y cargo-sweep

# Prevent target folder from growing to a gigantic size
cargo sweep --toolchains nightly
cargo sweep --toolchains nightly-x86_64-unknown-linux-gnu
fi

0 comments on commit a8ae5b2

Please sign in to comment.