Skip to content

Commit

Permalink
Merge pull request #570 from bytedance/fix-procfs
Browse files Browse the repository at this point in the history
fix procfs compile error
  • Loading branch information
yoloyyh committed Jan 10, 2024
2 parents 0889d8e + dbe372e commit 93a4493
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rasp/librasp/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ version = "1.0.1"
log = "0.4.0"
env_logger = "0.7.1"
crossbeam = "0.8.0"
procfs = { git = "https://github.com/AlkenePan/procfs.git" }
procfs = { git = "https://github.com/yoloyyh/procfs.git", tag = "v1.0"}
fs_extra = "1.2.0"
clap = "2.33.3"
serde = {version = "1.0", features = ["derive"]}
Expand Down
2 changes: 1 addition & 1 deletion rasp/plugin/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ serde_json = "1.0.59"
#signal-hook = "0.3.9"
fs_extra = "1.2.0"
# process
procfs = { git = "https://github.com/AlkenePan/procfs.git" }
procfs = { git = "https://github.com/yoloyyh/procfs.git", tag = "v1.0"}
# static config
config = "0.11"
lazy_static = "1.4.0"
Expand Down

0 comments on commit 93a4493

Please sign in to comment.