Skip to content

Commit 259838b

Browse files
Bump hermit-kernel from 0.10.0 to 0.11.0
Bumps [hermit-kernel](https://github.com/hermit-os/kernel) from 0.10.0 to 0.11.0. - [Release notes](https://github.com/hermit-os/kernel/releases) - [Commits](hermit-os/kernel@v0.10.0...v0.11.0) --- updated-dependencies: - dependency-name: hermit-kernel dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 41952ab commit 259838b

File tree

2 files changed

+24
-37
lines changed

2 files changed

+24
-37
lines changed

Cargo.lock

Lines changed: 23 additions & 36 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repository = "https://github.com/hermit-os/hermit-no-std"
1111
description = "Boot HermitOS without std support"
1212

1313
[dependencies]
14-
hermit-kernel = { version = "0.10", default-features = false }
14+
hermit-kernel = { version = "0.11", default-features = false }
1515
log = { version = "0.4", default-features = false }
1616
num = { version = "0.4", default-features = false }
1717

0 commit comments

Comments
 (0)