Skip to content

Commit

Permalink
switch sysctl crate to original
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkunde committed Jul 26, 2023
1 parent 27b9070 commit f1807f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ authors = ["Alexander Kunde<alexander@apimeister.com>", "Jens Walter<jens@apimei
clap = { version = "4", features = ["derive"] }
futures-util = { version = "0.3", default-features = false, features = ["sink", "std"] }
sysinfo = "0.29"
systemctl = { git = "https://github.com/alexkunde/systemctl.git", branch = "serde" }
systemctl = { version = "0.3", features = ["serde"]}
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["full"] }
Expand Down

0 comments on commit f1807f5

Please sign in to comment.