From b752ab4444aeecaf7bb77a402b03bc70241d666a Mon Sep 17 00:00:00 2001 From: Domenic Quirl Date: Sun, 21 Feb 2021 20:53:01 +0100 Subject: [PATCH] update version --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6920393..fe45624 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "cstree" -version = "0.0.2" +version = "0.2.0" authors = ["Domenic Quirl ", "Aleksey Kladov "] description = "Library for generic lossless syntax trees" license = "MIT OR Apache-2.0"