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"