- Disable cargo update to fix some wasm related issues.

- Reupload vendored deps with the not updated cargo dependencies.

OBS-URL: https://build.opensuse.org/package/show/utilities/zellij?expand=0&rev=14
This commit is contained in:
Soc Virnyl Estela 2022-10-03 01:20:36 +00:00 committed by Git OBS Bridge
parent 6ac8eea9dc
commit 820f60f61e
3 changed files with 9 additions and 3 deletions

View File

@ -2,7 +2,7 @@
<service name="cargo_vendor" mode="disabled">
<param name="srcdir">zellij</param>
<param name="compression">gz</param>
<param name="update">true</param>
<param name="update">false</param>
</service>
<service name="cargo_audit" mode="disabled">
<param name="srcdir">zellij</param>

View File

@ -1,3 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:514bcd5ccfd58f002e3e07c0737061ed241b2a3a2982dddc2a0d10a87458a03a
size 35570410
oid sha256:fe77b5720d72ebb5e0ab5ecdc0169fda4e38484ab6dabbe046af4e1b50d9aa01
size 35324742

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Mon Oct 3 01:16:19 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Disable cargo update to fix some wasm related issues.
- Reupload vendored deps with the not updated cargo dependencies.
-------------------------------------------------------------------
Sun Sep 25 07:03:54 UTC 2022 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>