Skip to content

Commit

Permalink
M Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
drmingdrmer committed Nov 15, 2024
1 parent 7885e46 commit cf3c6bf
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions Cargo.lock

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

1 change: 0 additions & 1 deletion src/meta/embedded/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ databend-common-meta-kvapi = { workspace = true }
databend-common-meta-raft-store = { workspace = true }
databend-common-tracing = { workspace = true }
fastrace = { workspace = true }
log = { workspace = true }

[dev-dependencies]
anyhow = { workspace = true }
Expand Down
4 changes: 0 additions & 4 deletions src/query/service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,7 @@ jemalloc = ["databend-common-storages-system/jemalloc"]
memory-profiling = ["databend-common-base/memory-profiling", "databend-common-http/memory-profiling"]
storage-hdfs = ["opendal/services-hdfs", "databend-common-storage/storage-hdfs"]
io-uring = [
# "databend-common-meta-embedded/io-uring",
"databend-common-meta-store/io-uring",
# "databend-common-meta-sled-store/io-uring",
# "databend-common-meta-raft-store/io-uring",
]

enable_queries_executor = []
Expand Down Expand Up @@ -73,7 +70,6 @@ databend-common-license = { workspace = true }
databend-common-management = { workspace = true }
databend-common-meta-api = { workspace = true }
databend-common-meta-app = { workspace = true }
databend-common-meta-embedded = { workspace = true }
databend-common-meta-kvapi = { workspace = true }
databend-common-meta-store = { workspace = true }
databend-common-meta-types = { workspace = true }
Expand Down

0 comments on commit cf3c6bf

Please sign in to comment.