From 927e3e04cc094cc5bf6e7a62e728b77287870a34 Mon Sep 17 00:00:00 2001 From: LEGRAND david <1110600+davlgd@users.noreply.github.com> Date: Tue, 25 Aug 2020 18:37:13 +0200 Subject: [PATCH] Add Rust 1.45.2 MSVC (#3169) --- manifests/Rustlang/rust-msvc/1.45.2.yaml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 manifests/Rustlang/rust-msvc/1.45.2.yaml diff --git a/manifests/Rustlang/rust-msvc/1.45.2.yaml b/manifests/Rustlang/rust-msvc/1.45.2.yaml new file mode 100644 index 000000000..beea95963 --- /dev/null +++ b/manifests/Rustlang/rust-msvc/1.45.2.yaml @@ -0,0 +1,18 @@ +Id: Rustlang.rust-msvc +Version: 1.45.2 +Name: rust-msvc +Publisher: Rustlang +License: Apache 2.0 and MIT +LicenseUrl: https://raw.githubusercontent.com/rust-lang/rust/master/COPYRIGHT +AppMoniker: rust-msvc +Tags: rust, windows, msvc +Description: this is the rust-lang built with msvc +Homepage: https://www.rust-lang.org/ +Installers: + - Arch: x64 + Url: https://static.rust-lang.org/dist/rust-1.45.2-x86_64-pc-windows-msvc.msi + Sha256: 2F59D0034A186E99966EE684FF64FD4B2514A79A68B16CE873C4FBE522EC73F6 + InstallerType: msi + Switches: + Silent: "/quiet" + SilentWithProgress: "/quiet /passive"