From ca9bef50a8e920505736315ac30195c5b5bcc319 Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Thu, 7 Nov 2019 15:01:14 +0000 Subject: [PATCH] rust: Update to version 1.39.0 --- bucket/rust.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/bucket/rust.json b/bucket/rust.json index a16738d3e6..ff8ec948ff 100644 --- a/bucket/rust.json +++ b/bucket/rust.json @@ -1,16 +1,16 @@ { "homepage": "https://www.rust-lang.org", "description": "A language empowering everyone to build reliable and efficient software. (GNU toolchain)", - "version": "1.38.0", + "version": "1.39.0", "license": "MIT|Apache-2.0", "architecture": { "64bit": { - "url": "https://static.rust-lang.org/dist/rust-1.38.0-x86_64-pc-windows-gnu.msi", - "hash": "65b52ad5650ed3a0217e3903187b1cc03b988874b75a15742c1e430a38ab9a75" + "url": "https://static.rust-lang.org/dist/rust-1.39.0-x86_64-pc-windows-gnu.msi", + "hash": "4127f788a35d1f216898ac911f7bc40489969e48db8f354fa3a7636f90d10894" }, "32bit": { - "url": "https://static.rust-lang.org/dist/rust-1.38.0-i686-pc-windows-gnu.msi", - "hash": "71478c75a261a42ef498073c095fd8c601804f47c17e817ce29d0d2fede98ae1" + "url": "https://static.rust-lang.org/dist/rust-1.39.0-i686-pc-windows-gnu.msi", + "hash": "5caaa4715e239dab52ddd50bab474e55cc5ef169738ec4b83a65555749678b13" } }, "extract_dir": "Rust",