]> git.lizzy.rs Git - rust.git/commitdiff
using the latest version of libhermit-rs
authorStefan Lankes <slankes@eonerc.rwth-aachen.de>
Tue, 6 Oct 2020 09:42:57 +0000 (11:42 +0200)
committerStefan Lankes <slankes@eonerc.rwth-aachen.de>
Sun, 11 Oct 2020 09:53:54 +0000 (11:53 +0200)
Cargo.lock
library/std/Cargo.toml

index ec4f3091d2da2b1fc3c096a63569585e9347d214..493c184313cb19ce7607cd3f6e95a6d8b8f62671 100644 (file)
@@ -1328,9 +1328,9 @@ dependencies = [
 
 [[package]]
 name = "hermit-abi"
-version = "0.1.15"
+version = "0.1.17"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
+checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
 dependencies = [
  "compiler_builtins",
  "libc",
index c08828bc0cde9024a8a0a41f1d8cba3f2fd98000..98d955efb2899239533ec7f545c21b2e5874d07a 100644 (file)
@@ -42,7 +42,7 @@ dlmalloc = { version = "0.1", features = ['rustc-dep-of-std'] }
 fortanix-sgx-abi = { version = "0.3.2", features = ['rustc-dep-of-std'] }
 
 [target.'cfg(all(any(target_arch = "x86_64", target_arch = "aarch64"), target_os = "hermit"))'.dependencies]
-hermit-abi = { version = "0.1.15", features = ['rustc-dep-of-std'] }
+hermit-abi = { version = "0.1.17", features = ['rustc-dep-of-std'] }
 
 [target.wasm32-wasi.dependencies]
 wasi = { version = "0.9.0", features = ['rustc-dep-of-std'], default-features = false }