diff options
| author | Ralf Jung <post@ralfj.de> | 2020-06-15 12:01:14 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-06-15 12:01:14 +0200 |
| commit | 54bd077cd6dc66456fdbaf7e455fb5259b4fc05e (patch) | |
| tree | b00b77257a80bccbed0b3732f5a46451548d559e /src/libstd/Cargo.toml | |
| parent | 202499fb4377ccf27893211c2fa10a1e948bc1eb (diff) | |
| parent | 76f1581a25a27029279bb5eac17971ba68df1dbe (diff) | |
| download | rust-54bd077cd6dc66456fdbaf7e455fb5259b4fc05e.tar.gz rust-54bd077cd6dc66456fdbaf7e455fb5259b4fc05e.zip | |
Rollup merge of #73331 - hermitcore:listen, r=kennytm
extend network support for HermitCore - add basic support of TcpListerner for HermitCore - revise TcpStream to support peer_addr
Diffstat (limited to 'src/libstd/Cargo.toml')
| -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 6af1cbb34b6..83029a86420 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.13", features = ['rustc-dep-of-std'] } +hermit-abi = { version = "0.1.14", features = ['rustc-dep-of-std'] } [target.wasm32-wasi.dependencies] wasi = { version = "0.9.0", features = ['rustc-dep-of-std'], default-features = false } |
