From 1b898916871c694b4d81326049ef3e258c7f0553 Mon Sep 17 00:00:00 2001 From: MinusKelvin Date: Thu, 19 Jan 2023 08:07:34 +1100 Subject: [PATCH] version 6.0.0 bench: 5017362 --- Cargo.lock | 2 +- uci/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4523b60..f1141cb 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -135,7 +135,7 @@ dependencies = [ [[package]] name = "frozenight-uci" -version = "6.0.0-dev" +version = "6.0.0" dependencies = [ "cozy-chess", "frozenight", diff --git a/uci/Cargo.toml b/uci/Cargo.toml index 2559e86..c999a9c 100644 --- a/uci/Cargo.toml +++ b/uci/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frozenight-uci" -version = "6.0.0-dev" +version = "6.0.0" edition = "2021" rust-version = "1.59" default-run = "frozenight-uci"