Skip to content

Commit

Permalink
chore: add missing feature tokio-runtime of cacache
Browse files Browse the repository at this point in the history
  • Loading branch information
doitian committed Dec 3, 2024
1 parent 211f786 commit ec48190
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion spec/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,10 @@ ckb-traits = { path = "../traits", version = "= 0.120.0-pre" }
ckb-logger = { path = "../util/logger", version = "= 0.120.0-pre" }

[target.'cfg(not(target_family = "wasm"))'.dependencies]
cacache = { version = "13.0.0", default-features = false, features = ["mmap"] }
cacache = { version = "13.0.0", default-features = false, features = [
"tokio-runtime",
"mmap",
] }

[dev-dependencies]
tempfile.workspace = true

0 comments on commit ec48190

Please sign in to comment.