From 5fa76c100b91894c9f5fab6b13949c00487a302e Mon Sep 17 00:00:00 2001 From: Domenic Quirl Date: Sat, 8 May 2021 11:40:54 +0200 Subject: [PATCH] new minor release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6b82fef..f36747a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "cstree" -version = "0.4.0" +version = "0.5.0" authors = ["Domenic Quirl ", "Aleksey Kladov "] description = "Library for generic lossless syntax trees" license = "MIT OR Apache-2.0"