Skip to content

Commit dc4b321

Browse files
bors[bot]stlankes
andauthored
Merge #388
388: add BSD socket layer r=stlankes a=stlankes The new BSD socket layer depends on hermit-os/kernel#633 and a revised version of `std`. `std` is part of the [rust](/hermitcore/rust/tree/socket) fork. Note: If you use this version, please modify `Cargo.toml`. [`hermit-abi`](https://github.com/hermitcore/rust/blob/socket/library/std/Cargo.toml#L45) must point to the version of this PR. Co-authored-by: Stefan Lankes <slankes@eonerc.rwth-aachen.de>
2 parents 3548724 + 4661655 commit dc4b321

File tree

4 files changed

+474
-380
lines changed

4 files changed

+474
-380
lines changed

hermit-abi/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "hermit-abi"
3-
version = "0.2.6"
3+
version = "0.3.0"
44
authors = ["Stefan Lankes"]
55
license = "MIT OR Apache-2.0"
66
readme = "README.md"

0 commit comments

Comments
 (0)