mirror of
https://github.com/modrinth/code.git
synced 2026-08-30 19:46:33 +00:00
enable cel regex
This commit is contained in:
Generated
+1
@@ -1938,6 +1938,7 @@ dependencies = [
|
||||
"lazy_static",
|
||||
"nom 7.1.3",
|
||||
"pastey 0.2.3",
|
||||
"regex",
|
||||
"serde",
|
||||
"serde_json",
|
||||
"thiserror 1.0.69",
|
||||
|
||||
+1
-1
@@ -57,7 +57,7 @@ bitflags = "2.9.4"
|
||||
bon = "3.9.3"
|
||||
bytemuck = "1.24.0"
|
||||
bytes = "1.10.1"
|
||||
cel = { version = "0.14.0", default-features = false, features = ["json"] }
|
||||
cel = { version = "0.14.0", default-features = false, features = ["json", "regex"] }
|
||||
censor = "0.3.0"
|
||||
chardetng = "0.1.17"
|
||||
chrono = "0.4.42"
|
||||
|
||||
Reference in New Issue
Block a user