From 0c54b5727f9b4e1a623bdd90ae9c62769ec11fd3 Mon Sep 17 00:00:00 2001 From: Steven Walter Date: Thu, 1 Sep 2016 14:31:13 -0400 Subject: [PATCH] cargo-snapshot.inc: update to a newer nightly build Switch to a nightly that supports the source-replacement feature. This allows us to swap in our locally-fetched crates for upstream crates.io --- recipes-devtools/cargo/cargo-snapshot.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-devtools/cargo/cargo-snapshot.inc b/recipes-devtools/cargo/cargo-snapshot.inc index 5403ec0..8f3c28a 100644 --- a/recipes-devtools/cargo/cargo-snapshot.inc +++ b/recipes-devtools/cargo/cargo-snapshot.inc @@ -1,4 +1,4 @@ -CARGO_SNAPSHOT = "2016-01-31/cargo-nightly-x86_64-unknown-linux-gnu.tar.gz;downloadfilename=cargo-nightly-x86_64-unknown-linux-gnu-2016-01-31.tar.gz" -SRC_URI[md5sum] = "52f48780b7cfadc88813766048d4d402" -SRC_URI[sha256sum] = "1920e661bab536eba763ff6704a1d62fb20bb0f67d8c5a119e41c49510ea5fa6" +CARGO_SNAPSHOT = "2016-09-01/cargo-nightly-x86_64-unknown-linux-gnu.tar.gz;downloadfilename=cargo-nightly-x86_64-unknown-linux-gnu-2016-09-01.tar.gz" +SRC_URI[md5sum] = "d41ebf79290a7c9c9e5df87cb27e5091" +SRC_URI[sha256sum] = "365e5cad79512d244b8ced32f8e5b86a710fc6c17f0d0f5f744b8058ef6dc756"