Skip to content

Commit

Permalink
pic8259_simple v0.2.0: Update to cpuid v0.3.0
Browse files Browse the repository at this point in the history
This should work on the latest nightly compilers.
  • Loading branch information
emk committed May 20, 2020
1 parent 76ee6f0 commit c3377fb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/pic8259_simple/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pic8259_simple"
version = "0.1.1"
version = "0.2.0"
authors = ["Eric Kidd <[email protected]>"]

description = "Kernel-space interface to the 8259 and 8259A interrupt controllers"
Expand All @@ -11,5 +11,5 @@ keywords = ["no_std", "kernel", "interrupts"]
license = "Apache-2.0/MIT"

[dependencies.cpuio]
version = "0.2.0"
version = "0.3.0"
path = "../cpuio"

0 comments on commit c3377fb

Please sign in to comment.