Skip to content

Commit

Permalink
Merge pull request #23 from ethindp/master
Browse files Browse the repository at this point in the history
Update dependencies to latest versions to fix E0557
  • Loading branch information
RKennedy9064 authored May 19, 2021
2 parents aa905c2 + a54112e commit 224281d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ repository = "https://github.com/rust-osdev/vga"

[dependencies]
bitflags = "1.2.1"
conquer-once = { version = "0.2.1", default-features = false }
font8x8 = { version = "0.2.5", default-features = false, features = ["unicode"] }
spinning_top = { version = "0.2.2", features = ["nightly"] }
x86_64 = "0.13.2"
conquer-once = { version = "0.3.2", default-features = false }
font8x8 = { version = "0.3.1", default-features = false, features = ["unicode"] }
spinning_top = { version = "0.2.4", features = ["nightly"] }
x86_64 = "0.14.2"

[dependencies.num-traits]
version = "0.2.14"
Expand Down

0 comments on commit 224281d

Please sign in to comment.