Skip to content

Commit

Permalink
Merge pull request #11 from dialogflowchatbot/dependabot/cargo/window…
Browse files Browse the repository at this point in the history
…s-0.58

Update windows requirement from 0.57 to 0.58
  • Loading branch information
dialogflowchatbot authored Jul 12, 2024
2 parents f4c2883 + b8c8660 commit c2e5c57
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 @@ -70,7 +70,7 @@ unicase = "2.7.0"
flate2 = "1.0"

[target.'cfg(windows)'.dependencies]
windows = {version = "0.57", features = ["Win32_Globalization","Win32_System_SystemServices"]}
windows = {version = "0.58", features = ["Win32_Globalization","Win32_System_SystemServices"]}

# https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#platform-specific-dependencies
# https://doc.rust-lang.org/reference/conditional-compilation.html
Expand Down

0 comments on commit c2e5c57

Please sign in to comment.