diff --git a/Cargo.toml b/Cargo.toml index fd84c535..a3d786a2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "chomp" -version = "0.1.1" +version = "0.1.2" authors = ["Martin Wernstål "] description = "A fast monadic-style parser combinator designed to work on stable Rust." documentation = "http://m4rw3r.github.io/chomp"