From c2ca56e7007d7171d110721fb3834f91fdc60264 Mon Sep 17 00:00:00 2001 From: Bendik Samseth Date: Tue, 27 Aug 2024 17:15:44 +0200 Subject: [PATCH] Bump version 2.0.0 -> 2.0.1 Bench: 861138 nodes 2327400 nps 370 ms --- .github/workflows/release.yml | 2 -- engine/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b7eb552..a63cd0d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,8 +24,6 @@ jobs: include: - target: x86_64-unknown-linux-gnu os: ubuntu-latest - - target: x86_64-apple-darwin - os: macos-latest - target: x86_64-pc-windows-msvc os: windows-latest runs-on: ${{ matrix.os }} diff --git a/engine/Cargo.toml b/engine/Cargo.toml index 5c79086..e6e19b1 100644 --- a/engine/Cargo.toml +++ b/engine/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "engine" -version = "2.0.0" +version = "2.0.1" edition = "2021" description = """\ Goldfish - A UCI chess engine.