-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Showing
7 changed files
with
21 additions
and
10 deletions.
There are no files selected for viewing
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
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
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
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,6 +1,6 @@ | ||
[package] | ||
name = "systeroid-core" | ||
version = "0.4.0" # managed by release.sh | ||
version = "0.4.1" # managed by release.sh | ||
description = "Core library of systeroid" | ||
authors = ["Orhun Parmaksız <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "systeroid-tui" | ||
version = "0.4.0" # managed by release.sh | ||
version = "0.4.1" # managed by release.sh | ||
description = "A terminal user interface for managing kernel parameters" | ||
authors = ["Orhun Parmaksız <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -27,7 +27,7 @@ colorsys = "0.6.7" | |
log.workspace = true | ||
|
||
[dependencies.systeroid-core] | ||
version = "0.4.0" # managed by release.sh | ||
version = "0.4.1" # managed by release.sh | ||
path = "../systeroid-core" | ||
|
||
[dependencies.tui] | ||
|
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,6 +1,6 @@ | ||
[package] | ||
name = "systeroid" | ||
version = "0.4.0" # managed by release.sh | ||
version = "0.4.1" # managed by release.sh | ||
description = "A more powerful alternative to sysctl" | ||
authors = ["Orhun Parmaksız <[email protected]>"] | ||
license = "MIT OR Apache-2.0" | ||
|
@@ -24,7 +24,7 @@ env_logger = "0.10.0" | |
getopts = "0.2.21" | ||
|
||
[dependencies.systeroid-core] | ||
version = "0.4.0" # managed by release.sh | ||
version = "0.4.1" # managed by release.sh | ||
path = "../systeroid-core" | ||
|
||
# metadata for cargo-binstall to get the right artifacts | ||
|