fix cargo config

Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
Lokesh Mandvekar 2024-01-25 15:44:47 +05:30
parent 3d9a6b4a8b
commit fcb327610e
No known key found for this signature in database
GPG Key ID: 1C1EDD7CC7C3A0DD

View File

@ -88,6 +88,11 @@ tar fx %{SOURCE1}
mkdir -p .cargo
cat >.cargo/config << EOF
[source."git+https://github.com/namib-project/nftables-rs.git?rev=1b0c60b"]
git = "https://github.com/namib-project/nftables-rs.git"
rev = "1b0c60b"
replace-with = "vendored-sources"
[source.crates-io]
replace-with = "vendored-sources"