diff --git a/Cargo.toml b/Cargo.toml index 3afe4c2..4b2ecb3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,21 +1,21 @@ [package] -name = "ansi-parser" +authors = ["David Bittner "] description = "A library using nom for parsing ANSI Escape Codes" homepage = "https://gitlab.com/DavidBittner/ansi-parser" -authors = ["David Bittner "] +name = "ansi-parser" -version = "0.8.0" license = "MPL-2.0" +version = "0.9.0" edition = "2018" [dependencies] -heapless = "0.5.6" +heapless = "0.6.1" [dependencies.nom] -version = "4.2.3" default-features = false +version = "4.2.3" [features] -std = ["nom/std"] default = ["std"] +std = ["nom/std"]