Skip to content

Commit

Permalink
Merge pull request #514 from mkroening/release-0.8.0
Browse files Browse the repository at this point in the history
chore(hermit): release version 0.8.0
  • Loading branch information
mkroening authored Dec 19, 2023
2 parents e11dbee + ae00b4a commit 031e962
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10 deletions.
2 changes: 1 addition & 1 deletion hermit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "hermit"
version = "0.7.2"
version = "0.8.0"
authors = [
"Stefan Lankes <slankes@eonerc.rwth-aachen.de>",
"Martin Kröning <mkroening@posteo.net>",
Expand Down
2 changes: 1 addition & 1 deletion hermit/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl KernelSrc {
}

fn download() -> Self {
let version = "0.6.6";
let version = "0.6.7";
let out_dir = out_dir();
let src_dir = out_dir.join(format!("kernel-{version}"));

Expand Down
7 changes: 0 additions & 7 deletions hermit/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
#![doc = include_str!("../README.md")]

// FIXME: Remove once removed from std:
// https://github.com/rust-lang/rust/pull/115309
#[no_mangle]
extern "C" fn sys_network_init() -> i32 {
0
}

0 comments on commit 031e962

Please sign in to comment.