Browse Source

multiboot2: v0.13.0

Philipp Schuster 3 years ago
parent
commit
ea20ca7b92
1 changed files with 1 additions and 1 deletions
  1. 1 1
      multiboot2/Cargo.toml

+ 1 - 1
multiboot2/Cargo.toml

@@ -6,7 +6,7 @@ Multiboot2-compliant bootloaders, like GRUB. It supports all tags from the speci
 including full support for the sections of ELF-64. This library is `no_std` and can be
 used in a Multiboot2-kernel.
 """
-version = "0.12.2"
+version = "0.13.0"
 authors = [
     "Philipp Oppermann <dev@phil-opp.com>",
     "Calvin Lee <cyrus296@gmail.com>",