Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanaasagi committed Jun 30, 2024
1 parent e5ea418 commit 7b4d50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ Get os native machine id without root permission.
[dependencies]

[target.'cfg(windows)'.dependencies]
winreg = "0.51"
winreg = "0.52"

[target.'cfg(target_os = "illumos")'.dependencies]
libc = "0.2.155"

# [target.'cfg(windows)'.build-dependencies]
[build-dependencies]
cc = "1.0"
bindgen = "0.68"
bindgen = "0.69"

0 comments on commit 7b4d50b

Please sign in to comment.