From 6a036e8e337a876795c07bf3fed9ccc901ca1082 Mon Sep 17 00:00:00 2001 From: chad Date: Mon, 23 May 2022 17:22:11 -0500 Subject: [PATCH] fixup! .github/workflows Added Semverver to enforce semantic versioning --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index afc64b1539e..97d526b61be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -184,11 +184,11 @@ jobs: - uses: actions/checkout@v3 - - name: Install Rust nightly-2022-04-20 + - name: Install Rust nightly-2022-05-16 uses: actions-rs/toolchain@v1 with: profile: minimal - toolchain: nightly-2022-04-20 + toolchain: nightly-2022-05-16 override: true components: rustc-dev,llvm-tools-preview @@ -196,7 +196,7 @@ jobs: run: sudo apt-get install -y cmake - name: Install Semverver - run: cargo +nightly-2022-04-20 install --git https://github.com/rust-lang/rust-semverver + run: cargo +nightly-2022-05-16 install --git https://github.com/rust-lang/rust-semverver - name: Enforce semantic versioning run: cargo semver | tee semver_out