summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2023-04-22 07:25:31 +0300
committerLars Wirzenius <liw@liw.fi>2023-04-22 07:25:31 +0300
commite279bd362d16bb01e975fcbba3f6c84053b8f43a (patch)
treec356c2ff62252965660db00bd3cb2a47d68b244e /Cargo.toml
parent7f38d043b41dcd3f79ef3347a0072690b6ea97a9 (diff)
downloadriki-e279bd362d16bb01e975fcbba3f6c84053b8f43a.tar.gz
fix: \w compilation failure
Sponsored-by: author
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 bb4f2c7..c3134f3 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,7 +12,7 @@ git-testament = "0.2.1"
html-escape = "0.2.11"
html-page = "0.1.0"
lalrpop = "0.19.8"
-lalrpop-util = "0.19.8"
+lalrpop-util = "0.19.9"
libc = "0.2.126"
line-col = "0.2.1"
log = "0.4.17"