Skip to content

Commit

Permalink
Update mssf to version 0.0.21 (#137)
Browse files Browse the repository at this point in the history
Prepare 0.0.21 release
  • Loading branch information
youyuanwu authored Mar 5, 2025
1 parent 8c18d49 commit 883ca78
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions crates/libs/com/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mssf-com"
version = "0.0.20"
version = "0.0.21"
edition = "2021"
license = "MIT"
description = "Rust for Azure Service Fabric. The COM base layer."
Expand All @@ -21,7 +21,7 @@ targets = []

[dependencies.mssf-pal]
path = "../pal"
version = "0.0.20"
version = "0.0.21"

[features]
default = []
Expand Down
6 changes: 3 additions & 3 deletions crates/libs/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mssf-core"
version = "0.0.20"
version = "0.0.21"
edition = "2021"
license = "MIT"
description = "Rust for Azure Service Fabric. Rust safe APIs."
Expand Down Expand Up @@ -49,10 +49,10 @@ features = [
[dependencies.windows-core]
package = "mssf-pal"
path = "../pal"
version = "0.0.20"
version = "0.0.21"

[dependencies.mssf-com]
path = "../com"
version = "0.0.20"
version = "0.0.21"
default-features = false
features = ["ServiceFabric_FabricClient", "ServiceFabric_FabricCommon", "ServiceFabric_FabricTypes", "ServiceFabric_FabricRuntime"]
2 changes: 1 addition & 1 deletion crates/libs/pal/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mssf-pal"
version = "0.0.20"
version = "0.0.21"
edition = "2021"
license = "MIT"
description = "mssf-pal enables service fabric rust to run on linux"
Expand Down

0 comments on commit 883ca78

Please sign in to comment.