From 95fea0ee8f3409099ccdb6e078fa313c965c30c3 Mon Sep 17 00:00:00 2001 From: Diggory Hardy Date: Mon, 14 Dec 2020 14:59:52 +0000 Subject: [PATCH] Fix link in README; rename keyword as suggested in #1073 --- .github/workflows/test.yml | 6 +++--- README.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 686cea4b..1a98e467 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -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' }} diff --git a/README.md b/README.md index 214d9ed4..47aa8758 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ [![Test Status](https://github.com/rust-random/rand/workflows/Tests/badge.svg?event=push)](https://github.com/rust-random/rand/actions) [![Crate](https://img.shields.io/crates/v/rand.svg)](https://crates.io/crates/rand) [![Book](https://img.shields.io/badge/book-master-yellow.svg)](https://rust-random.github.io/book/) -[![API](https://img.shields.io/badge/api-master-yellow.svg)](https://rust-random.github.io/rand) +[![API](https://img.shields.io/badge/api-master-yellow.svg)](https://rust-random.github.io/rand/rand) [![API](https://docs.rs/rand/badge.svg)](https://docs.rs/rand) [![Minimum rustc version](https://img.shields.io/badge/rustc-1.36+-lightgray.svg)](https://github.com/rust-random/rand#rust-version-requirements)