Skip to content

Commit

Permalink
Merge pull request #47 from tmuntaner/dependabot/cargo/widestring-1.0
Browse files Browse the repository at this point in the history
Update widestring requirement from 0.5 to 1.0
  • Loading branch information
tmuntaner authored Jun 22, 2022
2 parents ea6f717 + 11cd539 commit bf6bff7
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 @@ -15,7 +15,7 @@ documentation = "https://docs.rs/tmuntaner-keyring"
anyhow = "1"

[target.'cfg(target_os = "windows")'.dependencies]
widestring = "0.5"
widestring = "1.0"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "^0.37"
Expand Down

0 comments on commit bf6bff7

Please sign in to comment.