File tree Expand file tree Collapse file tree 2 files changed +10
-21
lines changed Expand file tree Collapse file tree 2 files changed +10
-21
lines changed Original file line number Diff line number Diff line change @@ -40,16 +40,6 @@ version = "0.2.21"
40
40
source = " registry+https://github.com/rust-lang/crates.io-index"
41
41
checksum = " 683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
42
42
43
- [[package ]]
44
- name = " arrayvec"
45
- version = " 0.7.6"
46
- source = " git+https://github.com/ObserverUnit/arrayvec#e5e58b2fc46256a699f601cb5ed869101e909326"
47
- dependencies = [
48
- " compiler_builtins" ,
49
- " rustc-std-workspace-alloc" ,
50
- " rustc-std-workspace-core" ,
51
- ]
52
-
53
43
[[package ]]
54
44
name = " cc"
55
45
version = " 1.2.0"
@@ -324,25 +314,26 @@ dependencies = [
324
314
]
325
315
326
316
[[package ]]
327
- name = " safa-api"
328
- version = " 0.1.1"
329
- source = " git+https://github.com/SafaOS/safa-api#a0081435c19ba9055b42e64694a7dd9d3eea599a"
317
+ name = " safa-abi"
318
+ version = " 0.1.0"
319
+ source = " registry+https://github.com/rust-lang/crates.io-index"
320
+ checksum = " 98006e8f0b2c5e080173dead429060fe691e28b670e9bb4a4695810d0f597553"
330
321
dependencies = [
331
322
" compiler_builtins" ,
332
323
" rustc-std-workspace-alloc" ,
333
324
" rustc-std-workspace-core" ,
334
- " safa-utils" ,
335
325
]
336
326
337
327
[[package ]]
338
- name = " safa-utils"
339
- version = " 0.1.0"
340
- source = " git+https://github.com/SafaOS/SafaOS?branch=rust#c5dcf1f9d92a88143620b0feaf1b5293c44c398b"
328
+ name = " safa-api"
329
+ version = " 0.1.2"
330
+ source = " registry+https://github.com/rust-lang/crates.io-index"
331
+ checksum = " 9a695660120af507b2fc52c0e86f99df08248d81ce7eec6e957ced2d964359ca"
341
332
dependencies = [
342
- " arrayvec" ,
343
333
" compiler_builtins" ,
344
334
" rustc-std-workspace-alloc" ,
345
335
" rustc-std-workspace-core" ,
336
+ " safa-abi" ,
346
337
]
347
338
348
339
[[package ]]
Original file line number Diff line number Diff line change @@ -77,9 +77,7 @@ hermit-abi = { version = "0.4.0", features = [
77
77
], public = true }
78
78
79
79
[target .'cfg(target_os = "safaos")' .dependencies ]
80
- safa-api = { version = " 0.1.1" , git = " https://github.com/SafaOS/safa-api" , features = [
81
- ' rustc-dep-of-std' ,
82
- ], public = true }
80
+ safa-api = { version = " 0.1.2" , features = [' rustc-dep-of-std' ], public = true }
83
81
84
82
[target .'cfg(target_os = "wasi")' .dependencies ]
85
83
wasi = { version = " 0.11.0" , features = [
You can’t perform that action at this time.
0 commit comments