chore: bump to first alpha version
cargo devel CI / cargo CI (push) Failing after 1m23s Details

This commit is contained in:
Christoph J. Scherr 2024-08-07 14:27:52 +02:00
parent 567d02d48b
commit c140264a0c
1 changed files with 5 additions and 2 deletions

View File

@ -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 <software@cscherr.de>"]
@ -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",
] }