Skip to content

Commit

Permalink
Temporarily use own ceresdbproto library to pass the test
Browse files Browse the repository at this point in the history
  • Loading branch information
baojinri committed Jun 28, 2023
1 parent d6ad2fb commit e24e923
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 16 deletions.
43 changes: 28 additions & 15 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ bytes = "1.1.0"
bytes_ext = { path = "components/bytes_ext" }
catalog = { path = "catalog" }
catalog_impls = { path = "catalog_impls" }
ceresdbproto = "1.0.5"
ceresdbproto = {git = "https://github.com/baojinri/ceresdbproto.git", branch = "refactor-alloc-sst-id"}
chrono = "0.4"
clap = "3.0"
clru = "0.6.1"
Expand Down Expand Up @@ -139,6 +139,7 @@ zstd = { version = "0.12", default-features = false }
analytic_engine = { workspace = true }
catalog = { workspace = true }
catalog_impls = { workspace = true }
ceresdbproto.workspace = true
clap = { workspace = true }
cluster = { workspace = true }
common_util = { workspace = true }
Expand Down

0 comments on commit e24e923

Please sign in to comment.