Skip to content

Commit

Permalink
Upgrade windows-sys from 0.42 to 0.48
Browse files Browse the repository at this point in the history
  • Loading branch information
iamjpotts committed Aug 31, 2023
1 parent 5965c06 commit 71d556a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ time = { version = "^0.3.16", features = ["formatting", "local-offset", "macros"
colored = { version = "2", optional = true }

[target.'cfg(windows)'.dependencies]
windows-sys = { version = "^0.42.0", features = ["Win32_System_Console", "Win32_Foundation"] }
windows-sys = { version = "^0.48.0", features = ["Win32_System_Console", "Win32_Foundation"] }

[[example]]
name = "colors"
Expand Down

0 comments on commit 71d556a

Please sign in to comment.