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 4, 2024
1 parent 211f786 commit 3a99b50
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Cargo.lock

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

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 3a99b50

Please sign in to comment.