chore(router): remove recon from default features (#3370)

Co-authored-by: Kashif <mohammed.kashif@juspay.in>
This commit is contained in:
Kashif
2024-01-17 16:03:46 +05:30
committed by GitHub
parent 52f38d3d5a
commit 928beecdd7
2 changed files with 4 additions and 4 deletions

View File

@ -8,7 +8,7 @@ readme = "README.md"
license.workspace = true
[features]
default = ["payouts", "frm", "recon"]
default = ["payouts", "frm"]
business_profile_routing = []
connector_choice_bcompat = []
errors = ["dep:actix-web", "dep:reqwest"]