Skip to content

Commit

Permalink
Version 0.50.0 (#2529)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored May 31, 2023
1 parent 0dc1f5e commit 0b333d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion crates/libs/core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[package]
name = "windows-core"
version = "0.48.0"
version = "0.50.0"
authors = ["Microsoft"]
edition = "2018"
license = "MIT OR Apache-2.0"
Expand Down
2 changes: 1 addition & 1 deletion crates/libs/windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ targets = []
rustc-args = ["--cfg", "docsrs"]

[dependencies]
windows-core = { path = "../core", version = "0.48.0" }
windows-core = { path = "../core", version = "0.50.0" }
windows-targets = { path = "../targets", version = "0.48.0" }
windows-implement = { path = "../implement", version = "0.48.0", optional = true }
windows-interface = { path = "../interface", version = "0.48.0", optional = true }
Expand Down
2 changes: 1 addition & 1 deletion crates/tools/windows/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ targets = []
rustc-args = ["--cfg", "docsrs"]
[dependencies]
windows-core = { path = "../core", version = "0.48.0" }
windows-core = { path = "../core", version = "0.50.0" }
windows-targets = { path = "../targets", version = "0.48.0" }
windows-implement = { path = "../implement", version = "0.48.0", optional = true }
windows-interface = { path = "../interface", version = "0.48.0", optional = true }
Expand Down

0 comments on commit 0b333d3

Please sign in to comment.