feat: Update zinit-client dependency to 0.4.0 #23
Reference in New Issue
Block a user
No description provided.
Delete Branch "development_service_manager"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Upgrade
zinit-clientdependency to version 0.4.0 across allrelevant crates. This resolves potential compatibility issues
and incorporates bug fixes and improvements from the latest
release.
Improve error handling and logging in
zinit-clientandservice_managerto provide more informative feedback andprevent potential hangs during log retrieval. Add timeout to
prevent indefinite blocking on log retrieval.
Update
publish-all.shscript to correctly handle theservice_managercrate during publishing. Improves handling ofspecial cases in the publishing script.
Add
zinit-client.workspace = truetoCargo.tomlto ensureconsistent dependency management across the workspace. This
ensures the correct version of
zinit-clientis used everywhere.