Skip to content

Commit 9661ee9

Browse files
authored
Merge pull request #93 from rust-random/push-wlnkloswpwyz
Pin Cargo.lock
2 parents dcab597 + ca5b962 commit 9661ee9

File tree

5 files changed

+979
-7
lines changed

5 files changed

+979
-7
lines changed

.github/dependabot.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,16 @@ version: 2
22
updates:
33
- package-ecosystem: "cargo"
44
directory: "/"
5+
versioning-strategy: lockfile-only
56
schedule:
6-
interval: "monthly"
7+
interval: "weekly"
8+
open-pull-requests-limit: 10
9+
directory: "/benches/"
10+
versioning-strategy: lockfile-only
11+
schedule:
12+
interval: "weekly"
713
open-pull-requests-limit: 10
814
- package-ecosystem: "github-actions"
915
directory: "/"
1016
schedule:
11-
interval: "monthly"
17+
interval: "weekly"

.github/workflows/test.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
# Test both windows-gnu and windows-msvc; use beta rust on one
4848
- os: ubuntu-latest
4949
target: x86_64-unknown-linux-gnu
50-
variant: MSRV
5150
toolchain: 1.85.0
5251
- os: ubuntu-latest
5352
deps: sudo apt-get update ; sudo apt install gcc-multilib
@@ -60,9 +59,6 @@ jobs:
6059

6160
steps:
6261
- uses: actions/checkout@v6
63-
- name: Not MSRV
64-
if: ${{ matrix.variant != 'MSRV' }}
65-
run: cargo generate-lockfile --ignore-rust-version
6662
- name: Install toolchain
6763
uses: dtolnay/rust-toolchain@master
6864
with:

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
target
2-
Cargo.lock
32
.idea

Cargo.lock

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

0 commit comments

Comments
 (0)