Skip to content

Commit

Permalink
Update file path.
Browse files Browse the repository at this point in the history
  • Loading branch information
Henry-Denny committed Nov 30, 2023
1 parent a95c525 commit 44e84c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ ratatui = "0.22.0"
rayon = "1.8.0"
rdkafka = { version = "0.31.0", features = [ "cmake-build", "ssl", "gssapi", "sasl", ] }
serde = { version = "1", features = ["derive"] }
supermusr-common = { path = "./common" }
supermusr-streaming-types = { path = "./streaming-types" }
supermusr-common = { path = "../common" }
supermusr-streaming-types = { path = "../streaming-types" }
taos = { version = "0.10.16", default_features = false, features = ["ws"] }
tokio = { version = "1.33", features = ["macros", "rt-multi-thread"] }

0 comments on commit 44e84c8

Please sign in to comment.