@@ -19,21 +19,21 @@ homepage = "https://github.com/Starry-OS"
1919repository = " https://github.com/Starry-OS/StarryOS"
2020
2121[workspace .dependencies ]
22- axfeat = { git = " https://github.com/arceos-org/arceos.git " , rev = " 84d6236 " }
22+ axfeat = { version = " 0.3.0-preview.2 " }
2323
24- axalloc = { git = " https://github.com/arceos-org/arceos.git " , rev = " 84d6236 " }
25- axconfig = { git = " https://github.com/arceos-org/arceos.git " , rev = " 84d6236 " }
26- axdisplay = { git = " https://github.com/arceos-org/arceos.git " , rev = " 84d6236 " }
27- axdriver = { git = " https://github.com/arceos-org/arceos.git " , rev = " 84d6236 " }
28- axfs = { git = " https://github.com/arceos-org/arceos.git " , rev = " 84d6236 " , package = " axfs-ng" }
29- axhal = { git = " https://github.com/arceos-org/arceos.git " , rev = " 84d6236 " }
30- axinput = { git = " https://github.com/arceos-org/arceos.git " , rev = " 84d6236 " }
31- axlog = { git = " https://github.com/arceos-org/arceos.git " , rev = " 84d6236 " }
32- axmm = { git = " https://github.com/arceos-org/arceos.git " , rev = " 84d6236 " }
33- axnet = { git = " https://github.com/arceos-org/arceos.git " , rev = " 84d6236 " , package = " axnet-ng" }
34- axruntime = { git = " https://github.com/arceos-org/arceos.git " , rev = " 84d6236 " }
35- axsync = { git = " https://github.com/arceos-org/arceos.git " , rev = " 84d6236 " }
36- axtask = { git = " https://github.com/arceos-org/arceos.git " , rev = " 84d6236 " }
24+ axalloc = { version = " 0.3.0-preview.2 " }
25+ axconfig = { version = " 0.3.0-preview.2 " }
26+ axdisplay = { version = " 0.3.0-preview.2 " }
27+ axdriver = { version = " 0.3.0-preview.2 " }
28+ axfs = { version = " 0.3.0-preview.2 " , package = " axfs-ng" }
29+ axhal = { version = " 0.3.0-preview.2 " }
30+ axinput = { version = " 0.3.0-preview.2 " }
31+ axlog = { version = " 0.3.0-preview.2 " }
32+ axmm = { version = " 0.3.0-preview.2 " }
33+ axnet = { version = " 0.3.0-preview.2 " , package = " axnet-ng" }
34+ axruntime = { version = " 0.3.0-preview.2 " }
35+ axsync = { version = " 0.3.0-preview.2 " }
36+ axtask = { version = " 0.3.0-preview.2 " }
3737
3838starry-kernel = { path = " kernel" }
3939
0 commit comments