From c4975b467c70b3591e62ae781c8bbcdc416493e1 Mon Sep 17 00:00:00 2001 From: MinusKelvin Date: Tue, 12 Jul 2022 13:40:46 +1000 Subject: [PATCH] version 4.0.0 bench: 4673063 --- Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- scripts/build-artifacts.sh | 2 +- uci/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index a36a497..19b0319 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -93,7 +93,7 @@ dependencies = [ [[package]] name = "cozy-chess" version = "0.3.0" -source = "git+https://github.com/analog-hors/cozy-chess#8177893170b5bea035d5c985fe6f4b6023ecca90" +source = "git+https://github.com/analog-hors/cozy-chess?rev=8177893#8177893170b5bea035d5c985fe6f4b6023ecca90" dependencies = [ "cozy-chess-types 0.2.0", ] @@ -107,7 +107,7 @@ checksum = "847c4608e7a1ec5968d182493cdab14836def5aa950d2191662bab1f831ab903" [[package]] name = "cozy-chess-types" version = "0.2.0" -source = "git+https://github.com/analog-hors/cozy-chess#8177893170b5bea035d5c985fe6f4b6023ecca90" +source = "git+https://github.com/analog-hors/cozy-chess?rev=8177893#8177893170b5bea035d5c985fe6f4b6023ecca90" [[package]] name = "cozy-syzygy" @@ -150,7 +150,7 @@ dependencies = [ [[package]] name = "frozenight-uci" -version = "4.0.0-dev" +version = "4.0.0" dependencies = [ "cozy-chess 0.3.0", "frozenight", diff --git a/Cargo.toml b/Cargo.toml index 2721374..6101b96 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,5 +11,5 @@ lto = true panic = "abort" [patch.crates-io] -cozy-chess = { git = "https://github.com/analog-hors/cozy-chess" } -cozy-chess-types = { git = "https://github.com/analog-hors/cozy-chess" } +cozy-chess = { git = "https://github.com/analog-hors/cozy-chess", rev = "8177893" } +cozy-chess-types = { git = "https://github.com/analog-hors/cozy-chess", rev = "8177893" } diff --git a/scripts/build-artifacts.sh b/scripts/build-artifacts.sh index d09ee8d..6124011 100755 --- a/scripts/build-artifacts.sh +++ b/scripts/build-artifacts.sh @@ -1,6 +1,6 @@ #!/bin/sh -VERSION=$(cargo pkgid frozenight-uci | grep -Eo '[^:]+$') +VERSION=$(cargo pkgid frozenight-uci | grep -Eo '[^@]+$') build() { RUSTFLAGS="-C strip=symbols -C target-cpu=$2" cargo build --release --bin frozenight-uci --target $1 diff --git a/uci/Cargo.toml b/uci/Cargo.toml index 334fafe..ca994a9 100644 --- a/uci/Cargo.toml +++ b/uci/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frozenight-uci" -version = "4.0.0-dev" +version = "4.0.0" edition = "2021" rust-version = "1.57" default-run = "frozenight-uci"