From d34611633b3b2404188b9e12b08c5def589808c2 Mon Sep 17 00:00:00 2001 From: Jonas Schievink Date: Wed, 16 Dec 2020 12:54:34 +0100 Subject: Unpatch ungrammar --- Cargo.lock | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ff1999ee0..e44b7d1d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -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" diff --git a/Cargo.toml b/Cargo.toml index fdf2a71a0..59d36fbc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" } -- cgit v1.2.3