From 04d822479ec9d8ccc28bbf7bdb8afb4e8708d237 Mon Sep 17 00:00:00 2001 From: Manuel Date: Thu, 12 Feb 2026 14:12:52 +0100 Subject: [PATCH] Update Cargo.toml Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c746972..0d0d453 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -7,7 +7,7 @@ version = "0.9.1" edition = "2024" rust-version = "1.89" license = "MIT" -authors = ["Manuel Raimann "] description = "Bayesian and population-based optimization library with an Optuna-like API for hyperparameter tuning and black-box optimization" repository = "https://github.com/raimannma/rust-optimizer" documentation = "https://docs.rs/optimizer"