From 159eec3f6e6f837c4bd6f73c61e564dba9a5d891 Mon Sep 17 00:00:00 2001 From: DQ Date: Wed, 17 Mar 2021 19:21:17 +0100 Subject: [PATCH] bump version for new release --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 794e383..3334d12 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2018" name = "cstree" -version = "0.2.1" +version = "0.3.0" authors = ["Domenic Quirl ", "Aleksey Kladov "] description = "Library for generic lossless syntax trees" license = "MIT OR Apache-2.0"