mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 23:17: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
3
Cargo.lock
generated
3
Cargo.lock
generated
|
@ -1398,9 +1398,6 @@ name = "serde"
|
|||
version = "1.0.164"
|
||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||
checksum = "9e8c8cf938e98f769bc164923b06dce91cea1751522f46f8466461af04c9027d"
|
||||
dependencies = [
|
||||
"serde_derive",
|
||||
]
|
||||
|
||||
[[package]]
|
||||
name = "serde_derive"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue