Bump package version

This commit is contained in:
Creston Bunch 2021-04-08 17:35:52 -05:00
parent 42e6d06983
commit cb01fad92a
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -215,7 +215,7 @@ dependencies = [
[[package]]
name = "cylon"
version = "0.1.1"
version = "0.1.2"
dependencies = [
"criterion",
"futures-util",

View File

@ -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 <rust@bunch.im>"]
edition = "2018"