Pin transitive dep ruzstd=0.8.1

The semver-compatible ruzstd 0.8.2 uses a feature that Rust 1.85 thinks
is "nightly only." This might have been true when 1.85 was released,
but it must have since been stabilized.

I have to patch this for the Debian package to build correctly, and it
needs to happen here because I need to vendor the dependency.
This commit is contained in:
2025-11-18 13:23:24 -06:00
parent 69df9603fa
commit 225a9a1d7a

View File

@@ -7,6 +7,8 @@ license = "AGPL-3.0-only"
[dependencies]
bevy = "0.16.0"
ruzstd = "=0.8.1"
# Grand-dependency pins
# ab_glyph = "0.2.16"
# fnv = "1.0.6"