From c140264a0cf485f4d64e8e495a8c4bc2b82584c7 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Wed, 7 Aug 2024 14:27:52 +0200 Subject: [PATCH] chore: bump to first alpha version --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 44cc4a7..fd6f28a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "wordle-analyzer" -version = "0.1.0" +version = "0.1.0-alpha.0" edition = "2021" publish = false authors = ["Christoph J. Scherr "] @@ -60,4 +60,7 @@ path = "src/bin/bench/cli.rs" required-features = ["solve", "cli", "bench", "builtin"] [dev-dependencies] -test-log = { version = "0.2.16", default-features = false, features = ["color", "trace"] } +test-log = { version = "0.2.16", default-features = false, features = [ + "color", + "trace", +] }