Skip to content

Commit

Permalink
🗑️ remove cargo-download
Browse files Browse the repository at this point in the history
  • Loading branch information
cdstanford committed Aug 23, 2024
1 parent 63159a5 commit e088c68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 9 deletions.
5 changes: 1 addition & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@
SCAN_ALL := cargo run --release --bin scan_all --
UPDATE_TEST_CRATES_CSV := ./scripts/update_test_crates_csv.py

dependencies:
- cargo install cargo-download

install: dependencies
install:
cargo build && cargo build --release

checks:
Expand Down
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ Cargo Scan is a tool for auditing Rust crates.
## Installation

1. Clone this repository.
2. Make sure you have [Rust](https://www.rust-lang.org/tools/install).
3. Run `rustup update` to ensure you have the latest version of Rust.
4. Run `make install`.

This installs [cargo-download](https://crates.io/crates/cargo-download) and builds the Rust source.
2. Run `rustup update` to ensure you have the latest version of Rust (or install it via the [official website]((https://www.rust-lang.org/tools/install))).
3. Run `cargo build`.

Known working builds:

Expand Down

0 comments on commit e088c68

Please sign in to comment.