1
0
mirror of https://git.ngram.ca/OpenJam/rc-servers synced 2026-08-23 23:08:52 +00:00

Upgrade to libfj v0.9

This commit is contained in:
NG (Graham)
2025-11-03 19:16:03 -05:00
parent 340f571637
commit 7579963893
5 changed files with 28 additions and 16 deletions

View File

@@ -30,8 +30,8 @@ members = [
rocket = { version = "0.5.1", features = [ "json" ] }
actix-web = { version = "4", default-features = false, features = [ "macros", "compress-brotli", "compress-gzip", "compress-zstd"] }
actix-files = "0.6"
#libfj = { version = "0.8", path = "../libfj" }
libfj = { version = "0.8" }
libfj = { version = "0.9", path = "../libfj" }
#libfj = { version = "0.8" }
log = "0.4"
env_logger = "0.11"
clap = { version = "4.5", features = [ "derive" ] }