Skip to content

Commit

Permalink
fix: rattler_cache missing feature
Browse files Browse the repository at this point in the history
  • Loading branch information
baszalmstra committed Sep 3, 2024
1 parent 122c0c8 commit b413c21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/rattler_cache/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ thiserror.workspace = true
reqwest-middleware.workspace = true
digest.workspace = true
fs4 = { workspace = true, features = ["fs-err-tokio"] }
simple_spawn_blocking = { version = "1.0.0", path = "../simple_spawn_blocking"}
simple_spawn_blocking = { version = "1.0.0", path = "../simple_spawn_blocking", features = ["tokio"] }

[dev-dependencies]
assert_matches.workspace = true
Expand Down

0 comments on commit b413c21

Please sign in to comment.