mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-05-06 07:17:27 +00:00
chore(cli): use v0.X.X gamedig to cut down patches
This commit is contained in:
parent
fddfd830b7
commit
d969e4e0b7
1 changed files with 1 additions and 1 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.6.1", default-features = false, features = [
|
||||
gamedig = { version = "0", default-features = false, features = [
|
||||
"clap",
|
||||
"games",
|
||||
"game_defs",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue