Method: CloudsmithApi::ReposPartialUpdate#use_default_cargo_upstream

Defined in:
lib/cloudsmith-api/models/repos_partial_update.rb

#use_default_cargo_upstreamObject

If checked, dependencies of uploaded Cargo crates which do not set an explicit value for "registry" will be assumed to be available from crates.io. If unchecked, dependencies with unspecified "registry" values will be assumed to be available in the registry being uploaded to. Uncheck this if you want to ensure that dependencies are only ever installed from Cloudsmith unless explicitly specified as belong to another registry.



99
100
101
# File 'lib/cloudsmith-api/models/repos_partial_update.rb', line 99

def use_default_cargo_upstream
  @use_default_cargo_upstream
end