Skip to content

Commit 9df37ae

Browse files
authored
Update mssf version to 0.0.13 (#79)
Prepare new release.
1 parent 2577b67 commit 9df37ae

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

Cargo.lock

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

crates/libs/com/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mssf-com"
3-
version = "0.0.12"
3+
version = "0.0.13"
44
edition = "2021"
55
license = "MIT"
66
description = "Rust for Azure Service Fabric. The COM base layer."
@@ -24,7 +24,7 @@ targets = []
2424
mssf-metadata = { version = "0.0.1", optional = true }
2525

2626
[target.'cfg(unix)'.dependencies]
27-
mssf-pal = { path = "../pal" , version = "0.0.12"}
27+
mssf-pal = { path = "../pal" , version = "0.0.13"}
2828

2929
[dependencies]
3030
windows-core = "0.57"

crates/libs/core/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mssf-core"
3-
version = "0.0.12"
3+
version = "0.0.13"
44
edition = "2021"
55
license = "MIT"
66
description = "Rust for Azure Service Fabric. Rust safe APIs."
@@ -49,5 +49,5 @@ features = [
4949

5050
[dependencies.mssf-com]
5151
path = "../com"
52-
version = "0.0.12"
52+
version = "0.0.13"
5353
default-features = false

crates/libs/pal/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mssf-pal"
3-
version = "0.0.12"
3+
version = "0.0.13"
44
edition = "2021"
55
license = "MIT"
66
description = "mssf-pal enables service fabric rust to run on linux"

0 commit comments

Comments
 (0)