We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On Unix it's possible to replace the current process with the updated version using https://doc.rust-lang.org/stable/std/os/unix/process/trait.CommandExt.html#tymethod.exec. Could this crate provide mechanisms for other platforms?
The text was updated successfully, but these errors were encountered:
The closest thing I could find is https://github.com/lichess-org/fishnet/blob/90f12cd532a43002a276302738f916210a2d526d/src/main.rs#L428-L439, which is good enough for my use case, but not a general purpose solution.
Sorry, something went wrong.
Thank you very much, your workaround is pretty nice. Would be awesome if self_update handles the restart part automatically.
No branches or pull requests
On Unix it's possible to replace the current process with the updated version using https://doc.rust-lang.org/stable/std/os/unix/process/trait.CommandExt.html#tymethod.exec. Could this crate provide mechanisms for other platforms?
The text was updated successfully, but these errors were encountered: