Skip to content

Commit

Permalink
deps: cargo upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
barzamin committed Aug 7, 2019
1 parent dde37ee commit 9269f66
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 39 deletions.
49 changes: 21 additions & 28 deletions Cargo.lock

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

22 changes: 11 additions & 11 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ authors = ["Erin Moon <erin@hashbang.sh>"]
crate-type = ["staticlib"]

[dependencies]
rlibc = "1.0"
volatile = "0.2"
spin = "0.4.6"
x86_64 = "0.3.4"
multiboot2 = "0.7"
bitflags = "1.0"
linked_list_allocator = "0.6"
raw-cpuid = "6.1"
bit_field = "0.9"
rlibc = "1.0.0"
volatile = "0.2.6"
spin = "0.5.0"
x86_64 = "0.7.4"
multiboot2 = "0.8.1"
bitflags = "1.1.0"
linked_list_allocator = "0.6.4"
raw-cpuid = "6.1.0"
bit_field = "0.10.0"

[dependencies.log]
version = "0.4"
version = "0.4.8"
default-features = false

[dependencies.lazy_static]
version = "1.0"
version = "1.3.0"
features = ["spin_no_std"]

[dependencies.once]
Expand Down

0 comments on commit 9269f66

Please sign in to comment.