Kaynağa Gözat

Relax bitflags version, add myself as author

This updates the version of `bitflags` to the current one to avoid it needing
to be bumped (as it's 1.x anyway). I've also added myself to authors as the
current maintainer to make that a bit clearer hopefully.
Isaac Woods 3 yıl önce
ebeveyn
işleme
4565520a36
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      Cargo.toml

+ 2 - 2
Cargo.toml

@@ -1,10 +1,10 @@
 [package]
 name = "multiboot2"
 version = "0.10.1"
-authors = ["Philipp Oppermann <dev@phil-opp.com>", "Calvin Lee <cyrus296@gmail.com>"]
+authors = ["Philipp Oppermann <dev@phil-opp.com>", "Calvin Lee <cyrus296@gmail.com>", "Isaac Woods"]
 license = "MIT/Apache-2.0"
 description = "An experimental Multiboot 2 crate for ELF-64/32 kernels."
 repository = "https://github.com/rust-osdev/multiboot2-elf64"
 
 [dependencies]
-bitflags = "1.0.0"
+bitflags = "1"