Skip to content

Commit

Permalink
chore: Bump rustversion from 1.0.14 to 1.0.15 (#145)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 3, 2024
1 parent bcc4060 commit 2f5215a
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion crates/wdk-build/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ windows = { version = "0.52.0", features = [
cargo_metadata = "0.18.1"

[build-dependencies]
rustversion = "1.0.14"
rustversion = "1.0.15"

[dev-dependencies]
windows = { version = "0.52.0", features = ["Win32_UI_Shell"] }
Expand Down
2 changes: 1 addition & 1 deletion crates/wdk-macros/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ macrotest = "1.0.12"
owo-colors = "4.0.0"
paste = "1.0.14"
pretty_assertions = "1.4.0"
rustversion = "1.0.14"
rustversion = "1.0.15"
syn = { version = "2.0.58", features = ["extra-traits"] }
trybuild = "1.0.91"

Expand Down
2 changes: 1 addition & 1 deletion crates/wdk-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ anyhow = "1.0.82"
[dependencies]
wdk-macros.workspace = true
lazy_static = { version = "1.4.0", features = ["spin_no_std"] }
rustversion = "1.0.14"
rustversion = "1.0.15"

[features]
default = []
Expand Down

0 comments on commit 2f5215a

Please sign in to comment.