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

Factor in connection latency when respawning player, bump LiteRustLib (with fix #143)

This commit is contained in:
NG (Graham)
2026-08-09 15:27:16 -04:00
parent 7147df2a9c
commit 961190a467
6 changed files with 29 additions and 12 deletions

8
Cargo.lock generated
View File

@@ -2706,9 +2706,7 @@ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
[[package]]
name = "literustlib"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c053853b6b4fbb6907900433ec84772b464088a2c8c508e95e05998800d01d42"
version = "0.5.0"
dependencies = [
"bytes",
"num_enum 0.7.6",
@@ -2716,9 +2714,7 @@ dependencies = [
[[package]]
name = "literustlib_server"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dab424002ff8523d212b08ccc5db462d797ca51bd7cca820329e173881e5fa71"
version = "0.5.0"
dependencies = [
"async-recursion",
"async-trait",