From 07d682bbba9f65c0bdc4b6c31f56bacefbd19f57 Mon Sep 17 00:00:00 2001 From: woachk <24752637+woachk@users.noreply.github.com> Date: Wed, 24 Jun 2020 15:50:05 +0200 Subject: [PATCH] Rust supports Windows on Arm Firefox is supported and is on production for Windows on Arm. One of its big dependencies is Rust. --- src/data/development/rust.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/development/rust.json b/src/data/development/rust.json index b908d27..9fe7f6c 100644 --- a/src/data/development/rust.json +++ b/src/data/development/rust.json @@ -1,5 +1,5 @@ { "name": "Rust", - "armVersion": false, + "armVersion": true, "link": "https://www.rust-lang.org/" }