pub fn get_worker_version(worker_path: &Path) -> Result<String>
Expand description

Utility to get the version of a worker, used for version checks.

The worker’s existence at the given path must be checked separately.