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

Set version to v1.1.0 and update dependencies

This commit is contained in:
NG (Graham)
2025-12-22 19:40:34 -05:00
parent d9f24e1859
commit 36100a34c4
6 changed files with 521 additions and 254 deletions

View File

@@ -14,7 +14,7 @@ clap.workspace = true
log.workspace = true
env_logger.workspace = true
tokio = { version = "1.43", features = [ "rt-multi-thread" ] }
zip = "6"
zip = "7"
git-version.workspace = true
oj_rc_core = { version = "*", path = "../rc_core" }