summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb (renamed from meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb b/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb
index b95faeabc0..2f3ec04e82 100644
--- a/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.0.bb
+++ b/meta/recipes-devtools/bindgen-cli/bindgen-cli_0.72.1.bb
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0b9a98cb3dcdefcceb145324693fda9b"
7inherit rust cargo cargo-update-recipe-crates 7inherit rust cargo cargo-update-recipe-crates
8 8
9SRC_URI += "git://github.com/rust-lang/rust-bindgen.git;protocol=https;nobranch=1;tag=v${PV}" 9SRC_URI += "git://github.com/rust-lang/rust-bindgen.git;protocol=https;nobranch=1;tag=v${PV}"
10SRCREV = "d0e7d6b5b763e93dd38f9ece05230979ede95a0a" 10SRCREV = "d874de8d646d9b8a3e7ba2db2bcd52f2fba8f1f5"
11 11
12require ${BPN}-crates.inc 12require ${BPN}-crates.inc
13 13