diff options
| author | Stefan Lankes <slankes@eonerc.rwth-aachen.de> | 2020-07-06 20:43:51 +0200 |
|---|---|---|
| committer | Stefan Lankes <slankes@eonerc.rwth-aachen.de> | 2020-07-06 20:43:51 +0200 |
| commit | 6925ebdd6051b3827c2978b8b285e49743306ccc (patch) | |
| tree | 7a175bb1d073ad651591ebb0d55b31a154a11d66 /src/libstd | |
| parent | f9c609164251abc136eb9bda55c92cb99adb5c86 (diff) | |
use latest version of hermit-abi
Diffstat (limited to 'src/libstd')
| -rw-r--r-- | src/libstd/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml index 490afb5a043..4f3052d0371 100644 --- a/src/libstd/Cargo.toml +++ b/src/libstd/Cargo.toml @@ -41,7 +41,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.14", features = ['rustc-dep-of-std'] } +hermit-abi = { version = "0.1.15", features = ['rustc-dep-of-std'] } [target.wasm32-wasi.dependencies] wasi = { version = "0.9.0", features = ['rustc-dep-of-std'], default-features = false } |
