about summary refs log tree commit diff
path: root/src/libstd/Cargo.toml
diff options
context:
space:
mode:
authorDylan DPC <dylan.dpc@gmail.com>2020-05-06 16:58:53 +0200
committerGitHub <noreply@github.com>2020-05-06 16:58:53 +0200
commita6a7c755fabefe46c36094de154a15a12ae2edbc (patch)
tree9fada6231a2a977c378aa18d72fcaee201a1dd36 /src/libstd/Cargo.toml
parent14d608f1d8a0b84da5f3bccecb3efb3d35f980dc (diff)
parent2c43746758f4bc60bd4dda30a761cf48d1f60635 (diff)
downloadrust-a6a7c755fabefe46c36094de154a15a12ae2edbc.tar.gz
rust-a6a7c755fabefe46c36094de154a15a12ae2edbc.zip
Rollup merge of #71591 - hermitcore:thread_create, r=hanna-kruppe
use new interface to create threads on HermitCore

- the new interface allows to define the stack size
- increase the default stack size to 1 MByte
Diffstat (limited to 'src/libstd/Cargo.toml')
-rw-r--r--src/libstd/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/Cargo.toml b/src/libstd/Cargo.toml
index ceb39c01c67..923d5fa8cac 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.10", features = ['rustc-dep-of-std'] }
+hermit-abi = { version = "0.1.12", features = ['rustc-dep-of-std'] }
 
 [target.wasm32-wasi.dependencies]
 wasi = { version = "0.9.0", features = ['rustc-dep-of-std'], default-features = false }