summaryrefslogtreecommitdiffstats
path: root/vendor/hermit-abi/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/hermit-abi/Cargo.toml')
-rw-r--r--vendor/hermit-abi/Cargo.toml13
1 files changed, 2 insertions, 11 deletions
diff --git a/vendor/hermit-abi/Cargo.toml b/vendor/hermit-abi/Cargo.toml
index 30bb616ed..6ec8e2aa7 100644
--- a/vendor/hermit-abi/Cargo.toml
+++ b/vendor/hermit-abi/Cargo.toml
@@ -12,13 +12,9 @@
[package]
edition = "2021"
name = "hermit-abi"
-version = "0.3.0"
+version = "0.3.1"
authors = ["Stefan Lankes"]
-description = """
-hermit-abi is small interface to call functions from the unikernel RustyHermit.
-It is used to build the target `x86_64-unknown-hermit`.
-"""
-documentation = "https://hermitcore.github.io/rusty-hermit/hermit_abi"
+description = "Hermit system calls definitions."
readme = "README.md"
keywords = [
"unikernel",
@@ -29,10 +25,6 @@ license = "MIT OR Apache-2.0"
repository = "https://github.com/hermitcore/rusty-hermit"
resolver = "1"
-[package.metadata.docs.rs]
-features = ["docs"]
-default-target = "x86_64-unknown-hermit"
-
[dependencies.alloc]
version = "1.0.0"
optional = true
@@ -49,7 +41,6 @@ package = "rustc-std-workspace-core"
[features]
default = []
-docs = []
rustc-dep-of-std = [
"core",
"alloc",