Disable the time package

This commit is contained in:
Clément Renault 2024-05-11 13:52:33 +02:00
parent 2eae2015d7
commit dfecb25814
No known key found for this signature in database
GPG Key ID: F250A4C4E3AE5F5F

View File

@ -84,6 +84,7 @@ tracing = "0.1.40"
ureq = { version = "2.10.0", features = ["json"] }
url = "2.5.2"
rhai = { version = "1.18.0", features = ["serde", "no_module", "no_custom_syntax"] }
rhai = { version = "1.18.0", features = ["serde", "no_module", "no_custom_syntax", "no_time"] }
[dev-dependencies]
mimalloc = { version = "0.1.43", default-features = false }