Bump kernel to 0.3.0 to match syscall

This commit is contained in:
Jeremy Soller
2022-07-29 18:18:27 -06:00
parent be12d0f1bd
commit cc6c974c91
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@@ -64,7 +64,7 @@ dependencies = [
[[package]]
name = "kernel"
version = "0.2.12"
version = "0.3.0"
dependencies = [
"bitfield",
"bitflags",

View File

@@ -1,6 +1,6 @@
[package]
name = "kernel"
version = "0.2.12"
version = "0.3.0"
build = "build.rs"
edition = "2018"