SHA256
1
0
forked from pool/just
Files
just/_service
Richard Rahl 4b4e1172f7 - update to 1.35.0:
* Allow fallback with recipes in submodules
  * Allow [private] attribute on assignments
  * Generate .sha256sum files for release artifacts
  * Clarify that subsequent dependencies run immediately after recipe
  * Remove Config::run
  * Remove logging
  * Group commands under dedicated heading in --help output

OBS-URL: https://build.opensuse.org/package/show/Base:System/just?expand=0&rev=45
2024-08-29 06:32:28 +00:00

10 lines
302 B
Plaintext

<services>
<service name="download_files" mode="manual" />
<service name="cargo_vendor" mode="manual">
<param name="src">just*.tar.*</param>
<param name="update">true</param>
<param name="filter">true</param>
</service>
<service name="cargo_audit" mode="disabled" />
</services>