Skip to content

Commit

Permalink
Remove default
Browse files Browse the repository at this point in the history
  • Loading branch information
iambriccardo committed Feb 19, 2025
1 parent c0d03ed commit cee5f13
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 14 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ enumset = "1.0.13"
flate2 = "1.0.35"
fnv = "1.0.7"
futures = { version = "0.3", default-features = false, features = ["std"] }
flume = "0.11.1"
flume = { version = "0.11.1", default-features = false }
globset = "0.4.15"
hash32 = "0.3.1"
hashbrown = "0.14.5"
Expand Down
6 changes: 3 additions & 3 deletions relay-threading/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ license-file = "../LICENSE.md"
publish = false

[dependencies]
flume = { workspace = true, default-features = false }
futures = { workspace = true, default-features = false }
flume = { workspace = true }
futures = { workspace = true }
tokio = { workspace = true }
pin-project-lite = { workspace = true }

[dev-dependencies]
criterion = { workspace = true, features = ["async_tokio"] }
futures = { workspace = true, default-features = false, features = ["executor"] }
futures = { workspace = true, features = ["executor"] }
tokio = { workspace = true, features = ["rt", "rt-multi-thread", "time", "sync", "macros"] }

[[bench]]
Expand Down

0 comments on commit cee5f13

Please sign in to comment.