mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
fix(cli): crates io dont like wildcards
This commit is contained in:
parent
b44c85c118
commit
5d36f9bcff
2 changed files with 2 additions and 2 deletions
|
|
@ -33,7 +33,7 @@ browser = ["dep:webbrowser"]
|
|||
# Core Dependencies
|
||||
thiserror = "2.0.0"
|
||||
clap = { version = "4.5.4", default-features = false, features = ["derive"] }
|
||||
gamedig = { version = "0", default-features = false, features = [
|
||||
gamedig = { version = "0.7.0", default-features = false, features = [
|
||||
"clap",
|
||||
"games",
|
||||
"game_defs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue