Skip to content

Commit

Permalink
Fix mssf-com default features (#119)
Browse files Browse the repository at this point in the history
cargo publish fails when features not enabled.
The fixes were already published to crates.io.
This commit is the 0.0.18 release.
Further fixes will come in future PRs. It is hard to test cargo publish
with multiple crates in the same repo.
  • Loading branch information
youyuanwu authored Jan 8, 2025
1 parent 98d56e4 commit 56aa065
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion crates/libs/com/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,13 @@ path = "../pal"
version = "0.0.18"

[features]
default = ["bundled_libs"]
default = [
"bundled_libs",
"ServiceFabric_FabricClient",
"ServiceFabric_FabricCommon",
"ServiceFabric_FabricRuntime",
"ServiceFabric_FabricTypes"
]
bundled_libs = []
Foundation = []
# generated features
Expand Down

0 comments on commit 56aa065

Please sign in to comment.