File tree Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Expand file tree Collapse file tree 2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change @@ -154,7 +154,7 @@ version = "0.2.14"
154154source = " registry+https://github.com/rust-lang/crates.io-index"
155155checksum = " d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
156156dependencies = [
157- " hermit-abi" ,
157+ " hermit-abi 0.1.19 " ,
158158 " libc" ,
159159 " winapi" ,
160160]
@@ -1610,6 +1610,15 @@ name = "hermit-abi"
16101610version = " 0.1.19"
16111611source = " registry+https://github.com/rust-lang/crates.io-index"
16121612checksum = " 62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1613+ dependencies = [
1614+ " libc" ,
1615+ ]
1616+
1617+ [[package ]]
1618+ name = " hermit-abi"
1619+ version = " 0.2.0"
1620+ source = " registry+https://github.com/rust-lang/crates.io-index"
1621+ checksum = " 1ab7905ea95c6d9af62940f9d7dd9596d54c334ae2c15300c482051292d5637f"
16131622dependencies = [
16141623 " compiler_builtins" ,
16151624 " libc" ,
@@ -2396,7 +2405,7 @@ version = "1.13.1"
23962405source = " registry+https://github.com/rust-lang/crates.io-index"
23972406checksum = " 19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
23982407dependencies = [
2399- " hermit-abi" ,
2408+ " hermit-abi 0.1.19 " ,
24002409 " libc" ,
24012410]
24022411
@@ -4782,7 +4791,7 @@ dependencies = [
47824791 " dlmalloc" ,
47834792 " fortanix-sgx-abi" ,
47844793 " hashbrown 0.12.0" ,
4785- " hermit-abi" ,
4794+ " hermit-abi 0.2.0 " ,
47864795 " libc" ,
47874796 " miniz_oxide" ,
47884797 " object 0.26.2" ,
Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ dlmalloc = { version = "0.2.3", features = ['rustc-dep-of-std'] }
4141[target .x86_64-fortanix-unknown-sgx .dependencies ]
4242fortanix-sgx-abi = { version = " 0.3.2" , features = [' rustc-dep-of-std' ] }
4343
44- [target .'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), target_os = "hermit") )' .dependencies ]
45- hermit-abi = { version = " 0.1.19 " , features = [' rustc-dep-of-std' ] }
44+ [target .'cfg(target_os = "hermit")' .dependencies ]
45+ hermit-abi = { version = " 0.2.0 " , features = [' rustc-dep-of-std' ] }
4646
4747[target .wasm32-wasi .dependencies ]
4848wasi = { version = " 0.11.0" , features = [' rustc-dep-of-std' ], default-features = false }
You can’t perform that action at this time.
0 commit comments