Skip to content

Commit 912e440

Browse files
authored
Merge pull request #68 from muhammad-hassnain/version-pinning
pinned to version rustc-1.85.0
2 parents e46c6bf + ca6cce0 commit 912e440

3 files changed

Lines changed: 18 additions & 16 deletions

File tree

Cargo.lock

Lines changed: 12 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,12 @@ Cargo Scan is a tool for auditing Rust crates.
1212
## Quick-start
1313

1414
1. Clone this repository.
15-
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))).
16-
3. Run `cargo build`.
15+
2. Run `cargo build`.
1716

1817
Once built, either:
1918

20-
4. Follow the instructions to install the VSCode extension below; or
21-
5. If you prefer to use Cargo Scan as a basic CLI tool or want to incorporate it in other projects, see "using the CLI tool" below.
19+
3. Follow the instructions to install the VSCode extension below; or
20+
4. If you prefer to use Cargo Scan as a basic CLI tool or want to incorporate it in other projects, see "using the CLI tool" below.
2221

2322
## Using the VSCode Extension
2423

rust-toolchain.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[toolchain]
2+
channel = "1.85.0"
3+
components = ["rustfmt", "clippy"]

0 commit comments

Comments
 (0)