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:
@@ -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" ] }
|
||||
|
||||
Reference in New Issue
Block a user