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"