aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLukas Wirth <[email protected]>2020-12-23 00:26:31 +0000
committerLukas Wirth <[email protected]>2020-12-23 00:26:31 +0000
commitbe7260485e31eb24a9fa7bb3d6b587ab59bd6846 (patch)
tree6ebda39cc0aaed9bb2008c2cf68b7adaf549d395 /Cargo.toml
parent4a2f60cb7b83e9ef95d97201d210ff6943b660eb (diff)
Update ungrammar for const block patterns
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 59d36fbc1..fdf2a71a0 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
29# ungrammar = { path = "../ungrammar" } 29ungrammar = { path = "../ungrammar" }