Skip to content

Commit

Permalink
Update minor version dependencies (#3503)
Browse files Browse the repository at this point in the history
  • Loading branch information
kennykerr authored Feb 21, 2025
1 parent 50e85cb commit 17c1a8b
Show file tree
Hide file tree
Showing 6 changed files with 15 additions and 15 deletions.
4 changes: 2 additions & 2 deletions crates/libs/collections/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "windows-collections"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand All @@ -16,7 +16,7 @@ default-target = "x86_64-pc-windows-msvc"
targets = []

[dependencies.windows-core]
version = "0.60.0"
version = "0.60.1"
path = "../core"
default-features = false

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 = "windows-core"
version = "0.60.0"
version = "0.60.1"
authors = ["Microsoft"]
edition = "2021"
rust-version = "1.74"
Expand All @@ -22,12 +22,12 @@ version = "0.1.0"
path = "../link"

[dependencies.windows-result]
version = "0.3.0"
version = "0.3.1"
path = "../result"
default-features = false

[dependencies.windows-strings]
version = "0.3.0"
version = "0.3.1"
path = "../strings"
default-features = false

Expand Down
4 changes: 2 additions & 2 deletions crates/libs/future/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "windows-future"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand All @@ -20,7 +20,7 @@ default = ["std"]
std = []

[dependencies.windows-core]
version = "0.60.0"
version = "0.60.1"
path = "../core"
default-features = false

Expand Down
4 changes: 2 additions & 2 deletions crates/libs/numerics/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "windows-numerics"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
rust-version = "1.74"
license = "MIT OR Apache-2.0"
Expand All @@ -20,7 +20,7 @@ default = ["std"]
std = []

[dependencies.windows-core]
version = "0.60.0"
version = "0.60.1"
path = "../core"
default-features = false

Expand Down
4 changes: 2 additions & 2 deletions crates/libs/registry/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ version = "0.1.0"
path = "../link"

[dependencies.windows-result]
version = "0.3.0"
version = "0.3.1"
path = "../result"
default-features = false

[dependencies.windows-strings]
version = "0.3.0"
version = "0.3.1"
path = "../strings"
default-features = false

Expand Down
8 changes: 4 additions & 4 deletions crates/libs/windows/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ targets = []
rustdoc-args = ["--cfg", "docsrs"]

[dependencies.windows-core]
version = "0.60.0"
version = "0.60.1"
path = "../core"
default-features = false

Expand All @@ -36,17 +36,17 @@ version = "0.1.0"
path = "../link"

[dependencies.windows-collections]
version = "0.1.0"
version = "0.1.1"
path = "../collections"
default-features = false

[dependencies.windows-numerics]
version = "0.1.0"
version = "0.1.1"
path = "../numerics"
default-features = false

[dependencies.windows-future]
version = "0.1.0"
version = "0.1.1"
path = "../future"
default-features = false

Expand Down

0 comments on commit 17c1a8b

Please sign in to comment.