pub fn set_dependency_selections(
root: &Path,
replacements: impl IntoIterator<Item = DependencyChoice>,
) -> Result<ResolvedApp>Expand description
Atomically applies one or more App-owned dependency choices as one validated candidate.
pub fn set_dependency_selections(
root: &Path,
replacements: impl IntoIterator<Item = DependencyChoice>,
) -> Result<ResolvedApp>Atomically applies one or more App-owned dependency choices as one validated candidate.