Skip to content

Commit 9d0a06d

Browse files
committed
fix URLs to the repositories, increase version number
1 parent a3f48bc commit 9d0a06d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

hermit-sys/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "hermit-sys"
3-
version = "0.1.16"
3+
version = "0.1.17"
44
authors = ["Stefan Lankes"]
55
license = "MIT/Apache-2.0"
66
description = "FFI bindings to HermitCore"
7-
repository = "https://github.com/hermitcore/libhermit-rs"
7+
repository = "https://github.com/hermitcore/rusty-hermit"
88
readme = "README.md"
99
keywords = ["unikernel", "libos"]
1010
categories = ["os"]

hermit-sys/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
[![Documentation](https://img.shields.io/badge/docs-latest-blue.svg)](https://hermitcore.github.io/rusty-hermit/hermit_sys/)
55
[![License](https://img.shields.io/crates/l/hermit-sys.svg)](https://img.shields.io/crates/l/hermit-sys.svg)
66

7-
https://hermitcore.github.io/rusty-hermit/hermit_sys/
8-
97
This is a container for the library operating system [RustyHermit](https://github.com/hermitcore/libhermit-rs) and is used to link the libos to the application.
108

119
Please read the README of [RustyHermit](https://github.com/hermitcore/libhermit-rs) for more information.

0 commit comments

Comments
 (0)