Skip to content

Commit

Permalink
fix default features
Browse files Browse the repository at this point in the history
  • Loading branch information
youyuanwu committed Jan 8, 2025
1 parent 98d56e4 commit d39f398
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 d39f398

Please sign in to comment.