Skip to content

Commit

Permalink
Rename to pic8259 and bump version to 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
phil-opp committed May 17, 2021
1 parent 92f7a12 commit 3e5602a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
@@ -1,12 +1,12 @@
[package]
name = "pic8259_simple"
version = "0.2.0"
name = "pic8259"
version = "0.10.0"
authors = ["Eric Kidd <git@randomhacks.net>"]
edition = "2018"

description = "Kernel-space interface to the 8259 and 8259A interrupt controllers"
homepage = "https://github.com/emk/toyos-rs/tree/master/crates/pic8259_simple"
repository = "https://github.com/emk/toyos-rs"
description = "Abstractions for the 8259 and 8259A interrupt controllers"
# homepage = "https://github.com/emk/toyos-rs/tree/master/crates/pic8259_simple"
# repository = "https://github.com/emk/toyos-rs"
readme = "README.md"
keywords = ["no_std", "kernel", "interrupts"]
license = "Apache-2.0/MIT"
Expand Down

0 comments on commit 3e5602a

Please sign in to comment.