Function lal::update_all [] [src]

pub fn update_all<T: CachedBackend + ?Sized>(
    manifest: &Manifest,
    backend: &T,
    save: bool,
    dev: bool,
    env: &str
) -> LalResult<()>

Wrapper around update that updates all components

This will pass all dependencies or devDependencies to update. If the save flag is set, then the manifest will be updated correctly. I.e. dev updates will update only the dev portions of the manifest.