浏览代码

multiboot2: Cargo.toml 0.20.0 -> 0.20.1

Philipp Schuster 10 月之前
父节点
当前提交
188b14b0e0
共有 2 个文件被更改,包括 2 次插入2 次删除
  1. 1 1
      Cargo.lock
  2. 1 1
      multiboot2/Cargo.toml

+ 1 - 1
Cargo.lock

@@ -27,7 +27,7 @@ checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
 
 [[package]]
 name = "multiboot2"
-version = "0.20.0"
+version = "0.20.1"
 dependencies = [
  "bitflags",
  "derive_more",

+ 1 - 1
multiboot2/Cargo.toml

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