From cb01fad92a5fd8e5f9967c090dbc1d0c97e7c724 Mon Sep 17 00:00:00 2001 From: Creston Bunch Date: Thu, 8 Apr 2021 17:35:52 -0500 Subject: [PATCH] Bump package version --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 8026f48..09cb268 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -215,7 +215,7 @@ dependencies = [ [[package]] name = "cylon" -version = "0.1.1" +version = "0.1.2" dependencies = [ "criterion", "futures-util", diff --git a/Cargo.toml b/Cargo.toml index 8e93acc..21b0b54 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.1" +version = "0.1.2" authors = ["Creston Bunch "] edition = "2018"