Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,16 +1,5 @@
version: 2
updates:
- package-ecosystem: cargo
directory: "/"
versioning-strategy: lockfile-only
allow:
- dependency-type: "all"
schedule:
interval: weekly
groups:
all-deps:
patterns:
- "*"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
Expand Down
11 changes: 3 additions & 8 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,6 @@ permissions:
contents: read # to fetch code (actions/checkout)

jobs:
lockfile:
name: Lockfile is up-to-date
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v7
- uses: dtolnay/rust-toolchain@stable
- run: cargo check --workspace --locked

clippy:
name: Clippy
runs-on: ubuntu-latest
Expand Down Expand Up @@ -110,6 +102,9 @@ jobs:
if: ${{ matrix.variant == 'minimal_versions' }}
run: |
cargo generate-lockfile -Z minimal-versions
- name: Not MSRV
if: ${{ matrix.variant != 'MSRV' }}
run: cargo generate-lockfile --ignore-rust-version
- name: Maybe nightly
if: ${{ matrix.toolchain == 'nightly' }}
run: |
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
target
Cargo.lock
rand_wasm_bindgen_test*.[tj]s
rand_wasm_bindgen_test*.wasm
/benches/Cargo.lock
282 changes: 0 additions & 282 deletions Cargo.lock

This file was deleted.