Skip to content

Commit 1b026ee

Browse files
committed
update kprobe dep
Signed-off-by: Godones <chenlinfeng25@outlook.com>
1 parent c28827e commit 1b026ee

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ page_table_entry = "0.5"
3939
static_assertions = "1.1.0"
4040

4141
[target.'cfg(not(target_arch = "aarch64"))'.dependencies]
42-
kprobe = { git = "https://github.com/Starry-OS/kprobe", rev = "318cbb2", optional = true }
42+
kprobe = { git = "https://github.com/Starry-OS/kprobe", optional = true }
4343

4444
[target.'cfg(target_arch = "x86_64")'.dependencies]
4545
lazyinit = "0.2"

0 commit comments

Comments
 (0)