Skip to content

Commit

Permalink
Bump patch version
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabien Savy committed Jul 19, 2022
1 parent d7e8b8a commit 4ea5556
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.0"
version = "0.1.1"
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.0" }
cpulimiter = { path = "../cpulimiter", version = "0.1.1" }

[dependencies.clap]
version = "3.1.15"
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.0"
version = "0.1.1"
edition = "2021"
license = "LGPL-3.0-only"
authors = ["Fabien Savy <[email protected]>"]
Expand Down

0 comments on commit 4ea5556

Please sign in to comment.