Skip to content

Commit

Permalink
update wasm build script
Browse files Browse the repository at this point in the history
  • Loading branch information
JeevaRamu0104 committed Jan 6, 2025
1 parent 2495360 commit 8e88406
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion crates/connector_configs/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ license.workspace = true
default = ["payouts", "dummy_connector"]
production = []
sandbox = []
development = []
dummy_connector = ["api_models/dummy_connector"]
payouts = ["api_models/payouts"]
v1 = ["api_models/v1", "common_utils/v1"]
Expand Down
1 change: 0 additions & 1 deletion crates/euclid_wasm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ release = ["payouts"]
dummy_connector = ["kgraph_utils/dummy_connector", "connector_configs/dummy_connector"]
production = ["connector_configs/production"]
sandbox = ["connector_configs/sandbox"]
development= ["connector_configs/development"]
payouts = ["api_models/payouts", "euclid/payouts"]
v1 = ["api_models/v1", "kgraph_utils/v1"]
v2 = []
Expand Down

0 comments on commit 8e88406

Please sign in to comment.