Skip to content

Commit

Permalink
fix default features for project_model
Browse files Browse the repository at this point in the history
Summary: github build still not working. This diff should fix it

Reviewed By: ir-regular

Differential Revision: D50454318

fbshipit-source-id: 54f1d6e60c6b328f65a6cebc0ce0a3f45e792e99
  • Loading branch information
perehonchuk authored and facebook-github-bot committed Oct 19, 2023
1 parent 21736ef commit 4d3885c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion crates/elp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ version.workspace = true

[features]
default = ["buck"]
buck = []
buck = ["elp_project_model/buck"]

[[bin]]
name = "elp"
Expand Down
1 change: 0 additions & 1 deletion crates/project_model/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ edition.workspace = true
version.workspace = true

[features]
default = ["buck"]
buck = []

[dependencies]
Expand Down

0 comments on commit 4d3885c

Please sign in to comment.