Skip to content

Commit

Permalink
update scheduler dep to dev branch
Browse files Browse the repository at this point in the history
Signed-off-by: guoweikang <[email protected]>
  • Loading branch information
guoweikang committed Oct 16, 2024
1 parent 4634a3e commit 33e80b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/axtask/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ memory_addr = { version = "0.3", optional = true }
timer_list = { version = "0.1", optional = true }
kernel_guard = { version = "0.1", optional = true }
crate_interface = { version = "0.1", optional = true }
scheduler = { git = "https://github.com/arceos-org/scheduler.git", tag = "v0.1.0", optional = true }
scheduler = { git = "https://github.com/arceos-org/scheduler.git", branch = "guoweikang/update_list", optional = true }
cpumask = { git = "https://github.com/arceos-org/cpumask.git", optional = true }
linked_list = { git = "https://github.com/arceos-org/linked_list.git", branch = "guoweikang/linked_list" , optional = true }

Expand Down

0 comments on commit 33e80b8

Please sign in to comment.