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

Switch over to release versions of non-repo same-org crates

This commit is contained in:
NG (Graham)
2025-08-03 22:32:28 -04:00
parent 6fdb13b446
commit 2f0c100086
3 changed files with 17 additions and 7 deletions

View File

@@ -35,10 +35,10 @@ libfj = { version = "0.8" }
log = "0.4"
env_logger = "0.11"
clap = { version = "4.5", features = [ "derive" ] }
polariton = { version = "0.3", path = "../polariton", features = [ "tokio-async" ] }
polariton_server = { version = "0.3", path = "../polariton/server", features = [ "tokio-async" ] }
#polariton = { version = "0.2", features = [ "tokio-async" ] }
#polariton_server = { version = "0.3", features = [ "tokio-async" ] }
#polariton = { version = "0.3", path = "../polariton", features = [ "tokio-async" ] }
#polariton_server = { version = "0.3", path = "../polariton/server", features = [ "tokio-async" ] }
polariton = { version = "0.3", features = [ "tokio-async" ] }
polariton_server = { version = "0.3", features = [ "tokio-async" ] }
serde = { version = "1.0", features = [ "derive" ] }
serde_json = "1.0"
async-trait = "0.1"