chore: mv anyhow depend out of cfg (#6081)

This commit is contained in:
discord9
2025-05-12 12:54:54 +08:00
committed by GitHub
parent 787a50631b
commit 2a0e9c930d

View File

@@ -8,6 +8,7 @@ license.workspace = true
workspace = true
[dependencies]
anyhow = "1"
common-error.workspace = true
common-macro.workspace = true
snafu.workspace = true
@@ -21,7 +22,6 @@ jemalloc-pprof-utils = { version = "0.7", package = "pprof_util", features = [
"symbolize",
] } # for parsing jemalloc prof dump
jemalloc-pprof-mappings = { version = "0.7", package = "mappings" } # for get the name of functions in the prof dump
anyhow = "1"
[target.'cfg(not(windows))'.dependencies.tikv-jemalloc-sys]
features = ["stats", "profiling", "unprefixed_malloc_on_supported_platforms"]