updating license, fixing readme, changing version number for cargo

This commit is contained in:
David Bittner
2019-04-27 15:39:11 -04:00
parent d533eac192
commit 7e12afb8ea
2 changed files with 3 additions and 3 deletions

View File

@@ -4,8 +4,8 @@ description = "A library using nom for parsing ANSI Escape Codes"
homepage = "https://gitlab.com/DavidBittner/ansi-parser"
authors = ["David Bittner <bittneradave@gmail.com>"]
version = "0.2.0"
license-file = "LICENSE"
version = "0.3.0"
license = "GPL3.0+"
edition = "2018"