whoops, namespace issues

This commit is contained in:
David Bittner
2019-05-06 17:03:19 -04:00
parent 4e778fee82
commit 2b8ef9dcd5
3 changed files with 3 additions and 3 deletions

2
Cargo.lock generated
View File

@@ -2,7 +2,7 @@
# It is not intended for manual editing.
[[package]]
name = "ansi-parser"
version = "0.5.3"
version = "0.6.0"
dependencies = [
"nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
]

View File

@@ -4,7 +4,7 @@ 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.6.0"
version = "0.6.1"
license = "MPL-2.0"
edition = "2018"

View File

@@ -19,4 +19,4 @@ mod traits;
/// was an ANSI Sequence.
pub use enums::*;
pub use traits::AnsiParser;
pub use traits::*;