ci: Update the .cargo/config file

```
warning: `/builds/alatiera/gst-plugins-rs/.cargo/config` is deprecated in favor of `config.toml`
```

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1736>
This commit is contained in:
Jordan Petridis 2024-08-21 19:47:33 +03:00 committed by GStreamer Marge Bot
parent b4f22a52ff
commit b9fcb99cd4

View file

@ -83,7 +83,7 @@ trigger:
- rm -rf target
before_script:
- source ./ci/env.sh
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config
- mkdir .cargo && echo -e "[net]\ngit-fetch-with-cli = true" > .cargo/config.toml
.debian:12-stable:
extends: .debian:12