aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Schievink <[email protected]>2020-12-16 11:54:34 +0000
committerJonas Schievink <[email protected]>2020-12-16 11:54:34 +0000
commitd34611633b3b2404188b9e12b08c5def589808c2 (patch)
tree2cf8aa72f4a31441ca85eea0e6c9e3246160f489
parentb238ddd21adf9910769522a21e31c2e14f664396 (diff)
Unpatch ungrammar
-rw-r--r--Cargo.lock4
-rw-r--r--Cargo.toml2
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"
1827 1827
1828[[package]] 1828[[package]]
1829name = "ungrammar" 1829name = "ungrammar"
1830version = "1.2.2" 1830version = "1.3.0"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "7311ee93faac43aa9da26b043eb244092a29a3078c79af9396f63f800cc3a59a"
1831 1833
1832[[package]] 1834[[package]]
1833name = "unicase" 1835name = "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.
26# chalk-ir = { path = "../chalk/chalk-ir" } 26# chalk-ir = { path = "../chalk/chalk-ir" }
27# chalk-recursive = { path = "../chalk/chalk-recursive" } 27# chalk-recursive = { path = "../chalk/chalk-recursive" }
28 28
29ungrammar = { path = "../ungrammar" } 29# ungrammar = { path = "../ungrammar" }