From 4baccd3de8da7072e24826ebe0d7b6065e753e89 Mon Sep 17 00:00:00 2001 From: chee Date: Mon, 19 Aug 2019 10:23:44 +0100 Subject: [PATCH] tell crates.io about the readme --- Cargo.lock | 2 +- Cargo.toml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 134e264..93fcc1b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -234,7 +234,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "subs" -version = "0.1.4" +version = "0.1.5" dependencies = [ "getopts 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)", "notify 4.0.12 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1e9763d..e82b617 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,9 @@ license = "GPL-3.0+" authors = ["chee "] edition = "2018" name = "subs" -version = "0.1.4" +version = "0.1.5" repository = "https://git.snoot.club/chee/subs" +readme = "README.md" [dependencies] getopts = "0.2"