Skip to content

Commit c3377fb

Browse files
committed
pic8259_simple v0.2.0: Update to cpuid v0.3.0
This should work on the latest nightly compilers.
1 parent 76ee6f0 commit c3377fb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/pic8259_simple/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pic8259_simple"
3-
version = "0.1.1"
3+
version = "0.2.0"
44
authors = ["Eric Kidd <[email protected]>"]
55

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

1313
[dependencies.cpuio]
14-
version = "0.2.0"
14+
version = "0.3.0"
1515
path = "../cpuio"

0 commit comments

Comments
 (0)