Skip to content

Commit

Permalink
Prepare v0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Feb 12, 2023
1 parent fbae71a commit 66a3ceb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "processtime"
version = "0.1.1"
version = "0.2.0"
description = "A cross-platform version of the \"time\" shell function, to display execution time for a process."
homepage = "https://github.com/Orbitale/processtime"
documentation = "https://docs.rs/processtime"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@

## Install

### From automated releases

Check out the [releases](https://github.com/Orbitale/processtime/releases) page for the latest stable version and download the one for your operating system.

### Using Cargo

You can run `cargo install processtime` if you have Rust and Cargo on your machine.
Expand Down

0 comments on commit 66a3ceb

Please sign in to comment.