Skip to content

Commit a412816

Browse files
committed
schedule update to v0.2.0
Signed-off-by: guoweikang <guoweikang.kernel@gmail.com>
1 parent 03ad444 commit a412816

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Cargo.toml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "scheduler"
3-
version = "0.1.0"
3+
version = "0.2.0"
44
edition = "2021"
55
authors = ["Yuekai Jia <equation618@gmail.com>"]
66
description = "Various scheduler algorithms in a unified interface"
@@ -10,5 +10,4 @@ repository = "https://github.com/arceos-org/scheduler"
1010
documentation = "https://arceos-org.github.io/scheduler"
1111

1212
[dependencies]
13-
linked_list = { git = "https://github.com/arceos-org/linked_list.git", branch = "guoweikang/linked_list" }
14-
13+
linked_list = { git = "https://github.com/arceos-org/linked_list.git", branch = "guoweikang/linked_list" }

0 commit comments

Comments
 (0)