fix regex verson to match tera

This commit is contained in:
kitsunecafe 2024-01-29 15:34:14 -05:00
parent c896b9f826
commit 2e1f4b4d1d

View file

@ -5,6 +5,6 @@ edition = "2021"
[dependencies] [dependencies]
lol_html = "1.2.0" lol_html = "1.2.0"
regex = "1.10.3" regex = "^1.7"
roxy_core = { git = "https://github.com/kitsunecafe/roxy-core.git" } roxy_core = { git = "https://github.com/kitsunecafe/roxy-core.git" }