Skip to content
Snippets Groups Projects
Unverified Commit b998c7ec authored by Stefan Lankes's avatar Stefan Lankes Committed by GitHub
Browse files

Merge pull request #453 from stlankes/release

increase version number of hermit-sys to use libhermit 0.6.4
parents e88eda72 8dfd71e2
No related branches found
No related tags found
No related merge requests found
Pipeline #1050534 passed
[package]
name = "hermit-sys"
version = "0.5.2"
version = "0.5.3"
authors = ["Stefan Lankes"]
license = "MIT OR Apache-2.0"
description = "FFI bindings to HermitCore"
......
......@@ -35,7 +35,7 @@ impl KernelSrc {
}
fn download() -> Self {
let version = "0.6.3";
let version = "0.6.4";
let out_dir = out_dir();
let src_dir = out_dir.join(format!("libhermit-rs-{version}"));
......
Subproject commit 72c09a0b297d6682c91f1be3ca4105b7d35e2e29
Subproject commit 4f1589368808a37a2a349a172ac338afaa88b4bf
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment