mirror of
https://github.com/msfjarvis/gitice
synced 2025-08-14 22:07: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
|
@ -1,4 +1,4 @@
|
|||
use serde::{Deserialize, Serialize};
|
||||
use serde_derive::{Deserialize, Serialize};
|
||||
|
||||
#[derive(Debug, Serialize, Deserialize)]
|
||||
pub struct PersistableRepo {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue