Skip to content

Commit

Permalink
fix: remove dummy_connector from default features in `common_enum…
Browse files Browse the repository at this point in the history
…s` (#3005)

Signed-off-by: chikke srujan <121822803+srujanchikke@users.noreply.github.com>
  • Loading branch information
srujanchikke authored Nov 29, 2023
1 parent 1c2f35a commit bb593ab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion crates/api_models/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ connector_choice_bcompat = []
errors = ["dep:actix-web", "dep:reqwest"]
backwards_compatibility = ["connector_choice_bcompat"]
connector_choice_mca_id = ["euclid/connector_choice_mca_id"]
dummy_connector = ["euclid/dummy_connector"]
dummy_connector = ["euclid/dummy_connector", "common_enums/dummy_connector"]
detailed_errors = []
payouts = []

Expand Down
1 change: 0 additions & 1 deletion crates/common_enums/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ readme = "README.md"
license.workspace = true

[features]
default = ["dummy_connector"]
dummy_connector = []

[dependencies]
Expand Down

0 comments on commit bb593ab

Please sign in to comment.