From 5ab8f64e88e432ea74dc984033653083a9cfb0ef Mon Sep 17 00:00:00 2001 From: Mika Attila Date: Sat, 1 Apr 2017 17:55:11 +0200 Subject: [PATCH] Deprecate in favor of notify-rust --- Cargo.toml | 4 ++-- README.md | 4 ++++ 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 7b144477..57ce488b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,10 +1,10 @@ [package] name = "libnotify" -version = "0.3.0" +version = "0.4.0" authors = ["Mika Attila "] license = "MIT" -description = "Rust bindings to libnotify" +description = "Deprecated in favor of notify-rust" 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 506cc43e..74ef9387 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,7 @@ # 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.