diff --git a/Cargo.toml b/Cargo.toml index e2f93e9..e857abd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "asciimath-rs" description = "AsciiMath parser" repository = "https://github.com/trivernis/asciimath-rs" -version = "0.6.1" +version = "0.6.2" authors = ["trivernis "] edition = "2018" readme = "README.md" @@ -16,4 +16,4 @@ categories = ["mathematics", "parser-implementations"] charred = "0.3.3" maplit = "1.0.2" lazy_static = "1.4.0" -htmlescape = "0.3.1" \ No newline at end of file +htmlescape = "0.3.1"