Skip to content

Commit f13a3fd

Browse files
committed
Stop pinning dependencies
1 parent cf4f73e commit f13a3fd

4 files changed

Lines changed: 4 additions & 293 deletions

File tree

.github/dependabot.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,5 @@
11
version: 2
22
updates:
3-
- package-ecosystem: cargo
4-
directory: "/"
5-
versioning-strategy: lockfile-only
6-
allow:
7-
- dependency-type: "all"
8-
schedule:
9-
interval: weekly
10-
groups:
11-
all-deps:
12-
patterns:
13-
- "*"
143
- package-ecosystem: "github-actions"
154
directory: "/"
165
schedule:

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,9 @@ jobs:
110110
if: ${{ matrix.variant == 'minimal_versions' }}
111111
run: |
112112
cargo generate-lockfile -Z minimal-versions
113+
- name: Not MSRV
114+
if: ${{ matrix.variant != 'MSRV' }}
115+
run: cargo generate-lockfile --ignore-rust-version
113116
- name: Maybe nightly
114117
if: ${{ matrix.toolchain == 'nightly' }}
115118
run: |

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
target
2+
Cargo.lock
23
rand_wasm_bindgen_test*.[tj]s
34
rand_wasm_bindgen_test*.wasm
45
/benches/Cargo.lock

Cargo.lock

Lines changed: 0 additions & 282 deletions
This file was deleted.

0 commit comments

Comments
 (0)