diff options
author | 2019-06-28 14:54:33 +0200 | |
---|---|---|
committer | 2019-06-28 14:54:33 +0200 | |
commit | 8d9566dbb801524b19d82024498f531164e9591f (patch) | |
tree | da9d1fd1fb2b9b1b3422b7e8379f05aa9be90e78 | |
parent | a3cd1707ee4e967964d6a682741ed391dd16318f (diff) | |
download | circular-8d9566dbb801524b19d82024498f531164e9591f.tar.gz circular-8d9566dbb801524b19d82024498f531164e9591f.tar.bz2 circular-8d9566dbb801524b19d82024498f531164e9591f.zip |
bump version to 0.3
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ [package] name = "circular" -version = "0.2.0" +version = "0.3.0" authors = ["Geoffroy Couprie <geo.couprie@gmail.com>"] description = "A stream abstraction designed for use with nom" license = "MIT" |