From fcc3c3d41af80f220cde7f7819fc0b4e6c0d362c Mon Sep 17 00:00:00 2001 From: trivernis Date: Sat, 8 May 2021 11:50:37 +0200 Subject: [PATCH] Bump version Signed-off-by: trivernis --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index ccdc31c..433ee74 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.5.7" +version = "0.5.8" authors = ["trivernis "] edition = "2018" readme = "README.md"