#194 macros.cargo: vacuum up Cargo.toml.orig in addition to Cargo.lock
Merged 2 years ago by zbyszek. Opened 2 years ago by decathorpe.
Unknown source main  into  main

file modified
+1
@@ -44,6 +44,7 @@

  replace-with = "local-registry"\

  EOF\

  %{__rm} -f Cargo.lock \

+ %{__rm} -f Cargo.toml.orig \

  )

  

  %__cargo_parse_opts(naf:) %{shrink:\

This fixes builds with cargo from Rust 1.62+, which now complains and fails our builds if the Cargo.toml.orig file already exists.

Pull-Request has been merged by zbyszek

2 years ago
Metadata