cargo-auditable-bootstrap: patch lockfile
This commit is contained in:
parent
08ebd7e821
commit
f02efce43b
2 changed files with 14 additions and 1 deletions
13
srcpkgs/cargo-auditable-bootstrap/patches/cargo-lock.patch
Normal file
13
srcpkgs/cargo-auditable-bootstrap/patches/cargo-lock.patch
Normal file
|
@ -0,0 +1,13 @@
|
|||
diff --git a/Cargo.lock2 b/Cargo.lock
|
||||
index 00969c9e1c..5caabbda1c 100644
|
||||
--- a/Cargo.lock2
|
||||
+++ b/Cargo.lock
|
||||
@@ -72,7 +72,7 @@ dependencies = [
|
||||
|
||||
[[package]]
|
||||
name = "cargo-auditable"
|
||||
-version = "0.6.0"
|
||||
+version = "0.6.1"
|
||||
dependencies = [
|
||||
"auditable-info",
|
||||
"auditable-serde",
|
|
@ -2,7 +2,7 @@
|
|||
# Keep synced with cargo-auditable
|
||||
pkgname=cargo-auditable-bootstrap
|
||||
version=0.6.1
|
||||
revision=1
|
||||
revision=2
|
||||
build_wrksrc=cargo-auditable
|
||||
build_style=cargo
|
||||
# Required for bootstrapping purposes
|
||||
|
|
Loading…
Add table
Reference in a new issue