From d70ac0e58e10e2cfaeca4c624dec013499721c82 Mon Sep 17 00:00:00 2001 From: trivernis Date: Thu, 6 Aug 2020 09:54:36 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 3dea11f..e36be17 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.4.2" +version = "0.4.3" authors = ["trivernis "] edition = "2018" readme = "README.md"