-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Fabien Savy
committed
Jul 19, 2022
1 parent
d7e8b8a
commit 4ea5556
Showing
3 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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]>"] | ||
|