Skip to content

Commit

Permalink
Merge pull request #83 from iamjpotts/20230830-upgrade-windows-sys
Browse files Browse the repository at this point in the history
Upgrade windows-sys from 0.42 to 0.48
  • Loading branch information
borntyping committed Nov 23, 2023
2 parents 5965c06 + 71d556a commit d8a8e0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
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 d8a8e0d

Please sign in to comment.