Skip to content

Commit

Permalink
remove procfs
Browse files Browse the repository at this point in the history
  • Loading branch information
nick1udwig committed Jun 10, 2024
1 parent 78a41ef commit ce195f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 90 deletions.
88 changes: 1 addition & 87 deletions Cargo.lock

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

3 changes: 1 addition & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kit"
version = "0.6.0"
version = "0.6.1"
edition = "2021"

[build-dependencies]
Expand All @@ -17,7 +17,6 @@ futures-util = "0.3"
hex = "0.4"
kinode_process_lib = { git = "https://github.com/kinode-dao/process_lib.git", rev = "7eb3a04" }
nix = { version = "0.27", features = ["process", "signal", "term"] }
procfs = "0.16"
regex = "1"
reqwest = { version = "0.11", features = ["json"] }
rmp-serde = "1.1.2"
Expand Down
2 changes: 1 addition & 1 deletion src/connect/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::net::TcpListener;
use std::path::PathBuf;
use std::process::{Child, Command};
use std::process::Command;

use color_eyre::{eyre::eyre, Result, Section};
use fs_err as fs;
Expand Down

0 comments on commit ce195f3

Please sign in to comment.