Skip to content

Commit

Permalink
Merge pull request #3 from Hanaasagi/develop
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanaasagi authored Mar 30, 2023
2 parents 2876356 + 7476629 commit 08c1c91
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "machine-uid"
version = "0.2.0"
version = "0.3.0"
authors = ["Hanaasagi <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -12,4 +12,4 @@ Get os native machine id without root permission.
[dependencies]

[target.'cfg(windows)'.dependencies]
winreg = "0.6"
winreg = "0.11"
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ Get os native machine id without root permission.

[![machine-uid on GitHub Action][action-image]][action]
[![machine-uid on crates.io][cratesio-image]][cratesio]
[![total downloads][downloads-image]][cratesio]
[![machine-uid on docs.rs][docsrs-image]][docsrs]

[action-image]: https://github.com/Hanaasagi/machine-uid/actions/workflows/rust.yml/badge.svg
[action]: https://github.com/Hanaasagi/machine-uid/actions/workflows/rust.yml
[cratesio-image]: https://img.shields.io/crates/v/machine-uid.svg
[downloads-image]: https://img.shields.io/crates/d/machine-uid
[cratesio]: https://crates.io/crates/machine-uid
[docsrs-image]: https://docs.rs/machine-uid/badge.svg
[docsrs]: https://docs.rs/machine-uid
Expand Down

0 comments on commit 08c1c91

Please sign in to comment.