From 3e5602aaff3d30f6371c4976149eb693d5838d7c Mon Sep 17 00:00:00 2001 From: Philipp Oppermann Date: Mon, 17 May 2021 12:24:46 +0200 Subject: [PATCH] Rename to `pic8259` and bump version to 0.10.0 --- Cargo.toml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 56c473a..7e68913 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,12 +1,12 @@ [package] -name = "pic8259_simple" -version = "0.2.0" +name = "pic8259" +version = "0.10.0" authors = ["Eric Kidd "] 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"