Skip to content

Commit 5143be1

Browse files
Release 0.5.0
1 parent 5dfd3ba commit 5143be1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpuinfo-rs"
3-
version = "0.4.0"
3+
version = "0.5.0"
44
authors = ["Traverse Research <[email protected]>"]
55
edition = "2021"
66
license = "MIT"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this to your Cargo.toml:
1616

1717
```toml
1818
[dependencies]
19-
cpuinfo-rs = "0.4.0"
19+
cpuinfo-rs = "0.5.0"
2020
```
2121

2222
```rust

0 commit comments

Comments
 (0)