File tree 2 files changed +3
-5
lines changed 2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change @@ -326,9 +326,9 @@ dependencies = [
326
326
327
327
[[package ]]
328
328
name = " safa-api"
329
- version = " 0.2.7 "
329
+ version = " 0.2.8 "
330
330
source = " registry+https://github.com/rust-lang/crates.io-index"
331
- checksum = " 9dc4b52019a487eb362653f6ee943d1d9abd5cfa73aff331f90569d3ad5efa8c "
331
+ checksum = " 4134002c2c3fb640df08e174fe0a68e8277fdd2bd8e1dbe57c043bc627edaef4 "
332
332
dependencies = [
333
333
" compiler_builtins" ,
334
334
" rustc-std-workspace-alloc" ,
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.2.7" , features = [
81
- ' rustc-dep-of-std' ,
82
- ], public = true }
80
+ safa-api = { version = " 0.2.8" , 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