fix cargo config
Signed-off-by: Lokesh Mandvekar <lsm5@redhat.com>
This commit is contained in:
parent
3d9a6b4a8b
commit
fcb327610e
@ -88,6 +88,11 @@ tar fx %{SOURCE1}
|
|||||||
mkdir -p .cargo
|
mkdir -p .cargo
|
||||||
|
|
||||||
cat >.cargo/config << EOF
|
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]
|
[source.crates-io]
|
||||||
replace-with = "vendored-sources"
|
replace-with = "vendored-sources"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user