From 8413216f8c2690f56730b67f4322c1dc5b67c0e5 Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Thu, 17 Mar 2016 08:23:18 -0400 Subject: [PATCH] Update cargo to 0.9.0 Signed-off-by: Derek Straka --- recipes-devtools/cargo/{cargo_0.7.0.bb => cargo_0.9.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-devtools/cargo/{cargo_0.7.0.bb => cargo_0.9.0.bb} (92%) diff --git a/recipes-devtools/cargo/cargo_0.7.0.bb b/recipes-devtools/cargo/cargo_0.9.0.bb similarity index 92% rename from recipes-devtools/cargo/cargo_0.7.0.bb rename to recipes-devtools/cargo/cargo_0.9.0.bb index 5dd94fc..135d149 100644 --- a/recipes-devtools/cargo/cargo_0.7.0.bb +++ b/recipes-devtools/cargo/cargo_0.9.0.bb @@ -6,8 +6,8 @@ SRC_URI += " \ file://0001-disable-cargo-snapshot-fetch.patch \ git://github.com/rust-lang/rust-installer.git;protocol=https;name=rust-installer;destsuffix=${BP}/src/rust-installer \ " -SRC_URI[cargo.md5sum] = "2089790a4a48de7f8f3cb1afcfa9ec74" -SRC_URI[cargo.sha256sum] = "b1067d710e64b66a197294df2fa3dd4fb1d645171eaa517b93d42678bb687338" +SRC_URI[cargo.md5sum] = "c3002e297f125ad40b2e0279219163bc" +SRC_URI[cargo.sha256sum] = "4cadc436be442505851f3a8e9ffff1ef10b6379101a7f8e0afa9fa80f5198f89" SRCREV_rust-installer = "c37d3747da75c280237dc2d6b925078e69555499"