diff --git a/.github/workflows/lint_fmt_test.yml b/.github/workflows/lint_fmt_test.yml index 9991df9..448e36c 100644 --- a/.github/workflows/lint_fmt_test.yml +++ b/.github/workflows/lint_fmt_test.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: cargo check + - run: cargo check --locked fmt: name: Formatter Check @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: cargo clippy --no-deps + - run: cargo clippy --no-deps --locked check-bump: name: Check Version Bump @@ -49,4 +49,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - run: cargo test \ No newline at end of file + - run: cargo test --locked \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index fd3b1b9..962fcf9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1575,7 +1575,7 @@ dependencies = [ [[package]] name = "spider-crab" -version = "0.1.1" +version = "0.1.3" dependencies = [ "async-recursion", "clap", diff --git a/Cargo.toml b/Cargo.toml index d35e0ae..8d055c2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "spider-crab" -version = "0.1.2" +version = "0.1.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html