Skip to content

Commit

Permalink
kscalelabs tonic repo instead
Browse files Browse the repository at this point in the history
  • Loading branch information
codekansas committed Jan 15, 2025
1 parent 3b9dbd5 commit a640f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kos/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,14 @@ serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1", features = ["full"] }
# TODO: Remove this once 0.13 is released
tonic = { version="0.12", git = "https://github.com/hatomist/tonic-milkv" }
tonic = { version="0.12", git = "https://github.com/kscalelabs/tonic-milkv" }
tracing = "0.1"
tracing-appender = "0.2"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
yaml-rust2 = "0.9"

[build-dependencies]
tonic-build = { version = "0.12", git = "https://github.com/hatomist/tonic-milkv" }
tonic-build = { version = "0.12", git = "https://github.com/kscalelabs/tonic-milkv" }

[lib]
doctest = false

0 comments on commit a640f9e

Please sign in to comment.