Skip to content

Commit 4565520

Browse files
committed
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.
1 parent 736785a commit 4565520

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
[package]
22
name = "multiboot2"
33
version = "0.10.1"
4-
authors = ["Philipp Oppermann <[email protected]>", "Calvin Lee <[email protected]>"]
4+
authors = ["Philipp Oppermann <[email protected]>", "Calvin Lee <[email protected]>", "Isaac Woods"]
55
license = "MIT/Apache-2.0"
66
description = "An experimental Multiboot 2 crate for ELF-64/32 kernels."
77
repository = "https://github.com/rust-osdev/multiboot2-elf64"
88

99
[dependencies]
10-
bitflags = "1.0.0"
10+
bitflags = "1"

0 commit comments

Comments
 (0)