diff --git a/Cargo.toml b/Cargo.toml index 74ba1cc..e221177 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,8 +4,8 @@ description = "A library using nom for parsing ANSI Escape Codes" homepage = "https://gitlab.com/DavidBittner/ansi-parser" authors = ["David Bittner "] -version = "0.2.0" -license-file = "LICENSE" +version = "0.3.0" +license = "GPL3.0+" edition = "2018" diff --git a/README.md b/README.md index f5d5d1c..f015b6a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ [![pipeline status](https://gitlab.com/davidbittner/ansi-parser/badges/master/pipeline.svg?style=flat-square)](https://gitlab.com/davidbittner/ansi-parser/commits/master) + ![deps](https://img.shields.io/librariesio/release/cargo/ansi-parser.svg?style=flat-square) # Ansi Escape Sequence Parser @@ -39,5 +40,4 @@ fn main() { } } } - ```