Skip to content

Commit 1dc6467

Browse files
committed
fix: axsignal path
1 parent 875cb51 commit 1dc6467

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ axruntime = { git = "https://github.com/oscomp/arceos.git", features = ["multita
3636
arceos_posix_api = { git = "https://github.com/oscomp/arceos.git", features = ["uspace", "smp", "irq", "fs", "multitask", "net", "pipe", "select", "epoll"] }
3737
axns = { git = "https://github.com/oscomp/arceos.git", features = ["thread-local"] }
3838
axptr = { git = "https://github.com/Starry-OS/axptr.git" }
39-
40-
axsignal = { path = "/home/mivik/Projects/axsignal" }
39+
axsignal = { git = "https://github.com/Starry-OS/axsignal.git" }
4140

4241
[patch.crates-io]
4342
syscalls = { git = "https://github.com/jasonwhite/syscalls.git", rev = "92624de"}

0 commit comments

Comments
 (0)