Function wit_deps::update_path

source ·
pub async fn update_path(
    manifest_path: impl AsRef<Path>,
    lock_path: impl AsRef<Path>,
    deps: impl AsRef<Path>,
) -> Result<()>
Expand description

Like update, but reads the manifest at manifest_path and writes the lock at lock_path.

§Errors

Returns an error if anything in the pipeline fails