fix: allow serde and serde_derive to compile in parallel

This commit is contained in:
Harsh Shandilya 2023-06-19 15:13:39 +05:30
parent 91008cbab5
commit 18a2664906
No known key found for this signature in database
3 changed files with 2 additions and 5 deletions

3
Cargo.lock generated
View file

@ -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"