deps(common_utils): put the async ext trait behind a feature (#835)

This commit is contained in:
ItsMeShashank
2023-04-06 15:31:13 +05:30
committed by GitHub
parent 70dff14086
commit de29eb68b6
6 changed files with 23 additions and 12 deletions

View File

@ -16,7 +16,7 @@ serde = { version = "1.0.155", features = ["derive"] }
thiserror = "1.0.39"
# First party crates
common_utils = { version = "0.1.0", path = "../common_utils" }
common_utils = { version = "0.1.0", path = "../common_utils", features = ["async_ext"] }
router_env = { version = "0.1.0", path = "../router_env", features = ["log_extra_implicit_fields", "log_custom_entries_to_extra"] }
[dev-dependencies]