Skip to content

Commit f58c534

Browse files
committed
Drop unused futures compat feature
1 parent c1c8c9f commit f58c534

File tree

3 files changed

+15
-42
lines changed

3 files changed

+15
-42
lines changed

Cargo.lock

Lines changed: 5 additions & 12 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.nix

Lines changed: 9 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repository = "https://github.com/stackabletech/kafka-operator"
1313
anyhow = "1.0"
1414
built = { version = "0.7", features = ["chrono", "git2"] }
1515
clap = "4.5"
16-
futures = { version = "0.3", features = ["compat"] }
16+
futures = { version = "0.3" }
1717
indoc = "2.0"
1818
product-config = { git = "https://github.com/stackabletech/product-config.git", tag = "0.7.0" }
1919
rstest = "0.23"

0 commit comments

Comments
 (0)