Skip to content

Commit

Permalink
Bump xmas-elf from 0.6.2 to 0.7.0
Browse files Browse the repository at this point in the history
Bumps [xmas-elf](https://github.com/nrc/xmas-elf) from 0.6.2 to 0.7.0.
- [Release notes](https://github.com/nrc/xmas-elf/releases)
- [Commits](nrc/xmas-elf@0.6.2...0.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Jun 15, 2019
1 parent 8455b25 commit 014dc18
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion bootstrap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ bit_field = "0.10.0"
bitflags = "1.1"
multiboot2 = { git = "https://github.com/sunriseos/multiboot2-elf64.git" }
spin = "0.5.0"
xmas-elf = "0.6.2"
xmas-elf = "0.7.0"

[dependencies.smallvec]
default-features = false
Expand Down
2 changes: 1 addition & 1 deletion kernel/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ multiboot2 = { git = "https://github.com/sunriseos/multiboot2-elf64.git" }
spin = "0.5"
linked_list_allocator = "0.6.4"
log = "0.4.6"
xmas-elf = "0.6.2"
xmas-elf = "0.7.0"
rustc-demangle = "0.1"
failure = { version = "0.1", default-features = false, features = ["derive"] }
bitfield = { git = "https://github.com/sunriseos/rust-bitfield" }
Expand Down

0 comments on commit 014dc18

Please sign in to comment.