From b2bab4873c9613cc72a7bf0bffcbcf2eaf89c5b5 Mon Sep 17 00:00:00 2001 From: Creston Bunch Date: Sun, 14 Feb 2021 18:16:58 -0600 Subject: [PATCH] Bump version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f7ee0cf..9ba33dc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,7 +215,7 @@ dependencies = [ [[package]] name = "cylon" -version = "0.1.0" +version = "0.1.1" dependencies = [ "criterion", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 3a11a98..c82cf6d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "cylon" description = "An efficient compiler for robots.txt files" -version = "0.1.0" +version = "0.1.1" authors = ["Creston Bunch "] edition = "2018"