Skip to content

Commit

Permalink
[update] MilvusVisor version 1.1.0
Browse files Browse the repository at this point in the history
* Add support of PXE boot
  • Loading branch information
Manami Mori authored and PG-MANA committed Nov 28, 2022
1 parent bc62fe9 commit 6333605
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/common/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# http://opensource.org/licenses/mit-license.php
[package]
name = "common"
version = "1.0.0"
version = "1.1.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/hypervisor_bootloader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# http://opensource.org/licenses/mit-license.php
[package]
name = "hypervisor_bootloader"
version = "1.0.0"
version = "1.1.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/hypervisor_kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

[package]
name = "hypervisor_kernel"
version = "1.0.0"
version = "1.1.0"
edition = "2021"

[features]
Expand Down
2 changes: 1 addition & 1 deletion src/uefi/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
# http://opensource.org/licenses/mit-license.php
[package]
name = "uefi"
version = "1.0.0"
version = "1.1.0"
edition = "2021"

[dependencies]

0 comments on commit 6333605

Please sign in to comment.