Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Hanaasagi committed Aug 17, 2024
1 parent b02266c commit 31494b3
Show file tree
Hide file tree
Showing 2 changed files with 6 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.5.2"
version = "0.5.3"
authors = ["Hanaasagi <[email protected]>"]
edition = "2018"
license = "MIT"
Expand All @@ -15,4 +15,4 @@ Get os native machine id without root permission.
winreg = "0.52"

[target.'cfg(target_os = "illumos")'.dependencies]
libc = "0.2.155"
libc = "0.2.155"
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,10 @@ I have tested in following platform:

### Changelog

#### v0.5.3

- Remove built in C dependency [#13](https://github.com/Hanaasagi/machine-uid/pull/13)

#### v0.5.2

- Add illumos support [#11](https://github.com/Hanaasagi/machine-uid/pull/11)
Expand Down

0 comments on commit 31494b3

Please sign in to comment.