mirror of
https://github.com/tribufu/rust-gamedig
synced 2026-06-01 09:42:41 +00:00
fix: various crate/clippy/ci changes (#181)
* crate: Set default binary to gamedig-cli * crate: Fix bad no-default-features option on gamedig-id dependency * ci: Run tests when Cargo.toml changes * id-tests: Clippy fixes
This commit is contained in:
parent
0f9bada4f3
commit
32dd486632
5 changed files with 12 additions and 11 deletions
|
|
@ -38,7 +38,7 @@ phf = { version = "0.11", optional = true, features = ["macros"] }
|
|||
clap = { version = "4.1.11", optional = true, features = ["derive"] }
|
||||
|
||||
[dev-dependencies]
|
||||
gamedig-id-tests = { path = "../id-tests", no-default-features = true }
|
||||
gamedig-id-tests = { path = "../id-tests", default-features = false }
|
||||
|
||||
# Examples
|
||||
[[example]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue