Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pic8259"
version = "0.11.0"
authors = ["Eric Kidd <[email protected]>"]
version = "1.0.0"
authors = ["Eric Kidd <[email protected]>, notforest <[email protected]>"]
edition = "2018"

description = "Abstractions for the 8259 and 8259A interrupt controllers"
Expand All @@ -18,6 +18,7 @@ nightly = []
stable = []

[dependencies]
bitflags = "2.3.2"
x86_64 = { version = "0.15.0", default-features = false, features = [
"instructions",
] }
Expand Down
Loading