From 8e29abb271efdb757227457b62313e7ee9e6cb0c Mon Sep 17 00:00:00 2001 From: Jordan Johnson-Doyle Date: Fri, 15 Feb 2019 22:02:36 +0000 Subject: [PATCH] Bump to 1.0.0 --- Cargo.lock | 2 +- Cargo.toml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 5e19438..72cdde4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -70,7 +70,7 @@ dependencies = [ [[package]] name = "bin" -version = "0.1.0" +version = "1.0.0" dependencies = [ "askama 0.8.0 (git+https://github.com/djc/askama?rev=fc5addc4)", "askama_escape 0.2.0 (git+https://github.com/djc/askama?rev=fc5addc4)", diff --git a/Cargo.toml b/Cargo.toml index 7e99e1a..126463a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bin" -version = "0.1.0" +version = "1.0.0" authors = ["Jordan Doyle "] edition = "2018" @@ -14,4 +14,4 @@ rand = "0.6" gpw = "0.1" syntect = "3.0" chashmap = { git = "https://github.com/redox-os/tfs", rev = "b3e7cae1" } -serde = { version = "1.0", features = ["derive"] } \ No newline at end of file +serde = { version = "1.0", features = ["derive"] } -- libgit2 1.7.2