Fix link in README; rename keyword as suggested in #1073
This commit is contained in:
parent
459d863f2b
commit
95fea0ee8f
6
.github/workflows/test.yml
vendored
6
.github/workflows/test.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
- os: ubuntu-latest
|
||||
target: x86_64-unknown-linux-gnu
|
||||
toolchain: nightly
|
||||
variant: minimal
|
||||
variant: minimal_versions
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
@ -67,8 +67,8 @@ jobs:
|
||||
toolchain: ${{ matrix.toolchain }}
|
||||
override: true
|
||||
- run: ${{ matrix.deps }}
|
||||
- name: Maybe minimal
|
||||
if: ${{ matrix.variant == 'minimal' }}
|
||||
- name: Maybe minimal versions
|
||||
if: ${{ matrix.variant == 'minimal_versions' }}
|
||||
run: cargo generate-lockfile -Z minimal-versions
|
||||
- name: Maybe nightly
|
||||
if: ${{ matrix.toolchain == 'nightly' }}
|
||||
|
@ -3,7 +3,7 @@
|
||||
[](https://github.com/rust-random/rand/actions)
|
||||
[](https://crates.io/crates/rand)
|
||||
[](https://rust-random.github.io/book/)
|
||||
[](https://rust-random.github.io/rand)
|
||||
[](https://rust-random.github.io/rand/rand)
|
||||
[](https://docs.rs/rand)
|
||||
[](https://github.com/rust-random/rand#rust-version-requirements)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user