We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ad444 commit a412816Copy full SHA for a412816
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "scheduler"
3
-version = "0.1.0"
+version = "0.2.0"
4
edition = "2021"
5
authors = ["Yuekai Jia <equation618@gmail.com>"]
6
description = "Various scheduler algorithms in a unified interface"
@@ -10,5 +10,4 @@ repository = "https://github.com/arceos-org/scheduler"
10
documentation = "https://arceos-org.github.io/scheduler"
11
12
[dependencies]
13
-linked_list = { git = "https://github.com/arceos-org/linked_list.git", branch = "guoweikang/linked_list" }
14
-
+linked_list = { git = "https://github.com/arceos-org/linked_list.git", branch = "guoweikang/linked_list" }
0 commit comments