Skip to content

Commit

Permalink
release 0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
valpackett committed Nov 3, 2022
1 parent 399497f commit 3c9e885
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "systemstat"
version = "0.2.1"
version = "0.2.2"
edition = "2018"
authors = [ "Val Packett <[email protected]>" ]
keywords = [ "System", "Info" ]
description = "Get system information/statistics in a cross-platform way"
license = "Unlicense"
readme = "README.md"
homepage = "https://github.com/unrelentingtech/systemstat"
repository = "https://github.com/unrelentingtech/systemstat"
homepage = "https://github.com/valpackett/systemstat"
repository = "https://github.com/valpackett/systemstat"

[dependencies]
time = "0.3.9"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Supported platforms (roughly ordered by completeness of support):

## Usage

See [examples/info.rs](https://github.com/unrelentingtech/systemstat/blob/master/examples/info.rs).
See [examples/info.rs](https://github.com/valpackett/systemstat/blob/master/examples/info.rs).

## Contributing

Expand Down

0 comments on commit 3c9e885

Please sign in to comment.