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", +] }