Unnamed repository; edit this file 'description' to name the repository.
Bump to 1.3.0
Jonas Schievink 2020-12-16
parent 9a81c80 · commit b219d0f
-rw-r--r--lib/ungrammar/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/ungrammar/Cargo.toml b/lib/ungrammar/Cargo.toml
index c49486f08d..533abba2fe 100644
--- a/lib/ungrammar/Cargo.toml
+++ b/lib/ungrammar/Cargo.toml
@@ -1,7 +1,7 @@
[package]
name = "ungrammar"
description = "A DSL for describing concrete syntax trees"
-version = "1.2.2"
+version = "1.3.0"
license = "MIT OR Apache-2.0"
repository = "https://github.com/matklad/ungrammar"
authors = ["Aleksey Kladov <[email protected]>"]