Skip to content

Commit

Permalink
update min version of cargo-make
Browse files Browse the repository at this point in the history
  • Loading branch information
wmmc88 committed Aug 27, 2024
1 parent 94fac06 commit a495685
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
extend = "./crates/wdk-build/rust-driver-makefile.toml"

[config]
min_version = "0.37.13"
min_version = "0.37.16"
additional_profiles = ["all-default-tasks"]

[env]
Expand Down
2 changes: 1 addition & 1 deletion crates/wdk-build/rust-driver-makefile.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# This file is leveraged to build downstream drivers. See examples at https://github.com/microsoft/Windows-rust-drivers-samples

[config]
min_version = "0.37.13"
min_version = "0.37.16"
init_task = "wdk-build-init"
reduce_output = false

Expand Down

0 comments on commit a495685

Please sign in to comment.