From 1717faeb9cbc4d9256c432b91a5b216df564ced7 Mon Sep 17 00:00:00 2001 From: Steve Manuel Date: Mon, 14 Dec 2020 10:46:48 -0700 Subject: [PATCH] update rust version to 1.48 --- languages/rust.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/languages/rust.toml b/languages/rust.toml index 387339f5..cc9dba4d 100644 --- a/languages/rust.toml +++ b/languages/rust.toml @@ -7,9 +7,9 @@ packages = [ "rust-gdb" ] setup = [ - "curl --proto '=https' --tlsv1.2 -Sf https://static.rust-lang.org/dist/rust-1.44.0-x86_64-unknown-linux-gnu.tar.gz | tar xz -C /tmp", - "/tmp/rust-1.44.0-x86_64-unknown-linux-gnu/install.sh", - "rm -rf /tmp/rust-1.44.0-x86_64-unknown-linux-gnu" + "curl --proto '=https' --tlsv1.2 -Sf https://static.rust-lang.org/dist/rust-1.48.0-x86_64-unknown-linux-gnu.tar.gz | tar xz -C /tmp", + "/tmp/rust-1.48.0-x86_64-unknown-linux-gnu/install.sh", + "rm -rf /tmp/rust-1.48.0-x86_64-unknown-linux-gnu" ] [compile]