Skip to content

Commit

Permalink
v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nuta committed Dec 24, 2021
1 parent 65cb329 commit f63bf37
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
14 changes: 7 additions & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion exts/virtio_net/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "virtio_net"
version = "0.0.1"
version = "0.1.0"
authors = ["The Kerla Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kerla_kernel"
version = "0.0.4"
version = "0.1.0"
authors = ["The Kerla Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion libs/kerla_api/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kerla_api"
version = "0.0.1"
version = "0.1.0"
authors = ["The Kerla Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion libs/kerla_utils/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "kerla_utils"
version = "0.0.1"
version = "0.1.0"
authors = ["The Kerla Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion libs/log_filter/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "log_filter"
version = "0.0.1"
version = "0.1.0"
authors = ["The Kerla Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion libs/virtio/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "virtio"
version = "0.0.1"
version = "0.1.0"
authors = ["The Kerla Authors"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "kerla_runtime"
description = "An OS-agnostic bootstrap and runtime support library for kernels."
version = "0.0.4"
version = "0.1.0"
authors = ["The Kerla Authors"]
edition = "2021"

Expand Down

0 comments on commit f63bf37

Please sign in to comment.