Skip to content

Commit

Permalink
Use workspace serde_json,serde_plain
Browse files Browse the repository at this point in the history
  • Loading branch information
TTWNO committed Jan 22, 2023
1 parent 37fc78e commit 7ad4622
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions odilia/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ odilia-cache = { path = "../cache" }
odilia-common = { path = "../common" }
odilia-input = { path = "../input" }
odilia-tts = { path = "../tts" }
serde_json = "1.0.89"
serde_plain = "1.0.1"
serde_json.workspace = true
serde_plain.workspace = true
ssip-client.workspace = true
tokio.workspace = true
tracing-error.workspace = true
Expand Down

0 comments on commit 7ad4622

Please sign in to comment.