Unnamed repository; edit this file 'description' to name the repository.
Restore current version
Jonas Schievink 2021-03-15
parent 5a3b0be · commit 7359cc1
-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 108ef72d7c..ec3b5dd7a5 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.11.0"
+version = "1.12.1"
license = "MIT OR Apache-2.0"
repository = "https://github.com/matklad/ungrammar"
authors = ["Aleksey Kladov <[email protected]>"]