From 1b97f656d839a8b009df10f600f2693e1ba5142b Mon Sep 17 00:00:00 2001 From: Arseniy Surkov <93079612+codedeliveryservice@users.noreply.github.com> Date: Sun, 1 Mar 2026 07:22:08 +0300 Subject: [PATCH] Reckless v0.9.0 Bench: 3652336 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/uci.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed327ee16..fbb0cddda 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -167,7 +167,7 @@ dependencies = [ [[package]] name = "reckless" -version = "0.9.0-dev" +version = "0.9.0" dependencies = [ "bindgen", "cc", diff --git a/Cargo.toml b/Cargo.toml index 9b8fa7872..22a643b63 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "reckless" -version = "0.9.0-dev" +version = "0.9.0" edition = "2024" build = "build/build.rs" publish = false diff --git a/src/uci.rs b/src/uci.rs index 83d796fd8..1862a7af9 100644 --- a/src/uci.rs +++ b/src/uci.rs @@ -141,7 +141,7 @@ fn spawn_listener(shared: Arc) -> std::sync::mpsc::Receiver