Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Savy committed Aug 3, 2022
1 parent 2317e7e commit 3678a91
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions cpulimit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "cpulimit"
description = "A user-space CPU limiter"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "LGPL-3.0-only"
authors = ["Fabien Savy <[email protected]>"]
homepage = "https://github.com/tehtris-hub/CpuLimit"
repository = "https://github.com/tehtris-hub/CpuLimit"

[dependencies]
cpulimiter = { path = "../cpulimiter", version = "0.1.1" }
cpulimiter = { path = "../cpulimiter", version = "0.2.0" }
ctrlc = { version = "3.2.2", features = ["termination"] }

[dependencies.clap]
Expand Down
2 changes: 1 addition & 1 deletion cpulimiter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "cpulimiter"
description = "A user-space CPU limiter crate"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "LGPL-3.0-only"
authors = ["Fabien Savy <[email protected]>"]
Expand Down

0 comments on commit 3678a91

Please sign in to comment.