Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'crates/syntax/Cargo.toml')
| -rw-r--r-- | crates/syntax/Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/syntax/Cargo.toml b/crates/syntax/Cargo.toml index 4a454cb8b7..bb4d10207d 100644 --- a/crates/syntax/Cargo.toml +++ b/crates/syntax/Cargo.toml @@ -30,7 +30,7 @@ rayon = "1.5.1" expect-test = "1.2.2" proc-macro2 = "1.0.36" quote = "1.0.16" -ungrammar = "=1.16.1" +ungrammar = "1.16.1" test_utils = { path = "../test_utils" } sourcegen = { path = "../sourcegen" } |