From b62df2e9aef981d872252573538fdd641d658ba1 Mon Sep 17 00:00:00 2001 From: David Lutterkort Date: Mon, 29 Oct 2018 18:17:25 -0700 Subject: [PATCH] Bump the version to something a little less alarming --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 06001f9..7c51870 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,8 +2,8 @@ name = "augeas" version = "0.1.0" -authors = ["panicbit "] -description = "High level bindings for augeas" +authors = ["panicbit ", "David Lutterkort "] +description = "Augeas bindings for Rust" license = "MIT" keywords = ["augeas", "bindings"] repository = "https://github.com/panicbit/rust-augeas"