Unpatch ungrammar

This commit is contained in:
Jonas Schievink 2020-12-16 12:54:34 +01:00
parent b238ddd21a
commit d34611633b
2 changed files with 4 additions and 2 deletions

4
Cargo.lock generated
View file

@ -1827,7 +1827,9 @@ checksum = "56dee185309b50d1f11bfedef0fe6d036842e3fb77413abef29f8f8d1c5d4c1c"
[[package]]
name = "ungrammar"
version = "1.2.2"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7311ee93faac43aa9da26b043eb244092a29a3078c79af9396f63f800cc3a59a"
[[package]]
name = "unicase"

View file

@ -26,4 +26,4 @@ debug = 0 # Set this to 1 or 2 to get more useful backtraces in debugger.
# chalk-ir = { path = "../chalk/chalk-ir" }
# chalk-recursive = { path = "../chalk/chalk-recursive" }
ungrammar = { path = "../ungrammar" }
# ungrammar = { path = "../ungrammar" }