Skip to content

Commit

Permalink
bring Chat dependencies up to date
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Sep 19, 2023
1 parent a00672c commit 0882763
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions libs/chat/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ description = "Chat UI over pddb records"
log = "0.4.14"
num-derive = {version = "0.3.3", default-features = false}
num-traits = {version = "0.2.14", default-features = false}
xous = "0.9.47"
xous-ipc = "0.9.47"
log-server = { package = "xous-api-log", version = "0.1.43" }
ticktimer-server = { package = "xous-api-ticktimer", version = "0.9.43" }
xous-names = { package = "xous-api-names", version = "0.9.45" }
xous = "0.9.51"
xous-ipc = "0.9.51"
log-server = { package = "xous-api-log", version = "0.1.47" }
ticktimer-server = { package = "xous-api-ticktimer", version = "0.9.47" }
xous-names = { package = "xous-api-names", version = "0.9.49" }
gam = {path = "../../services/gam" }
graphics-server = {path = "../../services/graphics-server" }
trng = {path = "../../services/trng"}
Expand Down

0 comments on commit 0882763

Please sign in to comment.