feat: Update zinit-client dependency to 0.4.0 #23
Loading…
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-client
dependency 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-client
andservice_manager
to provide more informative feedback andprevent potential hangs during log retrieval. Add timeout to
prevent indefinite blocking on log retrieval.
Update
publish-all.sh
script to correctly handle theservice_manager
crate during publishing. Improves handling ofspecial cases in the publishing script.
Add
zinit-client.workspace = true
toCargo.toml
to ensureconsistent dependency management across the workspace. This
ensures the correct version of
zinit-client
is used everywhere.