Skip to content

Commit

Permalink
Prepare 0.0.11 release (#74)
Browse files Browse the repository at this point in the history
Update mssf crate version to 0.0.11
  • Loading branch information
youyuanwu authored Sep 28, 2024
1 parent 923ce46 commit 286e70d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 13 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.10"
version = "0.0.11"
edition = "2021"
license = "MIT"
description = "Rust for Azure Service Fabric. The COM base layer."
Expand All @@ -24,7 +24,7 @@ targets = []
mssf-metadata = { version = "0.0.1", optional = true }

[target.'cfg(unix)'.dependencies]
mssf-pal = { path = "../pal" , version = "0.0.10"}
mssf-pal = { path = "../pal" , version = "0.0.11"}

[dependencies]
windows-core = "0.57"
Expand Down
10 changes: 3 additions & 7 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.10"
version = "0.0.11"
edition = "2021"
license = "MIT"
description = "Rust for Azure Service Fabric. Rust safe APIs."
Expand Down Expand Up @@ -49,9 +49,5 @@ features = [

[dependencies.mssf-com]
path = "../com"
version = "0.0.10"
default-features = false

# requires return impl trait feature
[package.metadata]
rust-version = "1.75"
version = "0.0.11"
default-features = false
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.10"
version = "0.0.11"
edition = "2021"
license = "MIT"
description = "mssf-pal enables service fabric rust to run on linux"
Expand Down

0 comments on commit 286e70d

Please sign in to comment.