mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-15 02:47:00 +05:30
fix: allow serde and serde_derive to compile in parallel
This commit is contained in:
parent
91008cbab5
commit
18a2664906
3 changed files with 2 additions and 5 deletions
|
@ -17,7 +17,7 @@ include = ["src/**/*", "LICENSE-*", "README.md"]
|
|||
anyhow = "1.0.71"
|
||||
clap = { version = "4.3.4", features = [ "color", "deprecated", "derive" ] }
|
||||
gix = "0.46.0"
|
||||
serde = { version = "1.0.164", default-features = false, features = ["derive"] }
|
||||
serde = { version = "1.0.164", default-features = false }
|
||||
serde_derive = "1.0.164"
|
||||
toml = "0.7.4"
|
||||
tracing = "0.1.37"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue