From bf90bccef8bbb90560c81615d22c9a3bf4731714 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Sun, 9 Jul 2017 13:52:54 +0200 Subject: [PATCH] Undeprecate --- Cargo.toml | 2 +- README.md | 4 ---- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 57ce488b..76ed0dea 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ name = "libnotify" version = "0.4.0" authors = ["Mika Attila "] license = "MIT" -description = "Deprecated in favor of notify-rust" +description = "Rust bindings to libnotify" readme = "README.md" repository = "https://github.com/crumblingstatue/rust-libnotify" documentation = "http://crumblingstatue.github.io/doc/libnotify/libnotify/" diff --git a/README.md b/README.md index 74ef9387..506cc43e 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,3 @@ # libnotify-rs Rust binding to libnotify - -This crate is deprecated in favor of [notify-rust](https://docs.rs/notify-rust). - -If you want to adopt this crate, open an issue on GitHub.