diff --git a/BUILD_REPORT.md b/BUILD_REPORT.md index a0d3fc6..7fa8aff 100644 --- a/BUILD_REPORT.md +++ b/BUILD_REPORT.md @@ -253,3 +253,10 @@ Validation for the 0.7.1 package: - Added navigation from a zone configuration card to its matching Dashboard quick thermostat. - Kept backend zone-control endpoints and thermostat logic unchanged. - Kept the legacy `setpoint` field in form submission as a hidden compatibility value while profile temperatures remain the explicit configuration surface. + +## 0.7.2 packaging hotfix + +- Corrected an invalid `Cargo.lock` entry that labeled the `tokio-util` package as `0.7.29` while retaining the checksum and dependency resolution for `0.7.19`. +- Restored `tokio-util = 0.7.19`, which satisfies `tower-http 0.6.11` (`^0.7`) and is present in the crates.io index used by the target LXC. +- No application source, database schema, scheduler, automation, device-control or Web UI logic changed in this hotfix. + diff --git a/Cargo.lock b/Cargo.lock index 8c5b84d..fb2e7b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1807,7 +1807,7 @@ dependencies = [ [[package]] name = "tokio-util" -version = "0.7.29" +version = "0.7.19" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52" dependencies = [ diff --git a/FILE_MANIFEST.sha256 b/FILE_MANIFEST.sha256 index 106705d..26ba070 100644 --- a/FILE_MANIFEST.sha256 +++ b/FILE_MANIFEST.sha256 @@ -1,7 +1,7 @@ d67af429e4da9ce08e9d2f2a8472849ffbd70d135b1c5da535a076026794d04c ./.env.example a4ec3874a2e3ab1bad28fb40bb620f7b01f64d01ad9b699306bf70ada31227db ./.gitignore -184ddfffab6226d0966c4b4a33715adb9df8a7b251810c65ba3297b02e008b9d ./BUILD_REPORT.md -c533ad8558fe581fbc357f7098605c42ff508e6b1253a5d651e5205dd5c347c7 ./Cargo.lock +0bd13fab94fb9c1aeabc4e1f1c0f08a583b562ac1424daf381d325ac423a4f1a ./BUILD_REPORT.md +c52a8cbea1144ea62698b2e2c21ff2ba4dc7a3201a65d17d4fb20ebe68cfe4ab ./Cargo.lock fac8e8ca6bad6375be66e3da712deb943fa3bb44c78e84cfc99aef2ee3ea21c9 ./Cargo.toml 19b2943504acb8f8de280f873a8dbec4bb6ebbe3870b158f5655d4fb8c298f5f ./LICENSE 40257d2ace2752e53c6119ef5d09e4b98433cb1b86b5a3d0a69e62cc888a8a48 ./README.md