Skip to content

Commit 50e7c06

Browse files
bors[bot]mkroening
andauthored
Merge #401
401: Release hermit-abi 0.3.1 r=stlankes a=mkroening Co-authored-by: Martin Kröning <mkroening@posteo.net>
2 parents a468e1e + 042e4bc commit 50e7c06

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

hermit-abi/Cargo.toml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,13 @@
11
[package]
22
name = "hermit-abi"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
authors = ["Stefan Lankes"]
55
license = "MIT OR Apache-2.0"
6-
readme = "README.md"
76
edition = "2021"
8-
description = """
9-
hermit-abi is small interface to call functions from the unikernel RustyHermit.
10-
It is used to build the target `x86_64-unknown-hermit`.
11-
"""
7+
description = "Hermit system calls definitions."
128
repository = "https://github.com/hermitcore/rusty-hermit"
139
keywords = ["unikernel", "libos"]
1410
categories = ["os"]
15-
documentation = "https://hermitcore.github.io/rusty-hermit/hermit_abi"
1611

1712
[dependencies]
1813
core = { version = "1.0.0", optional = true, package = "rustc-std-workspace-core" }

0 commit comments

Comments
 (0)