From f5b47ee77ee9079d0f5c35e9fd1a419100c878db Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 16 Aug 2021 13:31:43 +0200 Subject: [PATCH] [MIRROR] Upgrade rustg to 0.4.10 (#7540) * Upgrade rustg to 4.10 (#60827) * Upgrade rustg to 0.4.10 Co-authored-by: Kyle Spier-Swenson --- dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dependencies.sh b/dependencies.sh index 4473c40f8c6..d608fb493d3 100755 --- a/dependencies.sh +++ b/dependencies.sh @@ -8,7 +8,7 @@ export BYOND_MAJOR=514 export BYOND_MINOR=1557 #SKYRAT EDIT CHANGE - Compiler failure due to insufficent memory when running previous builds. #rust_g git tag -export RUST_G_VERSION=0.4.9 +export RUST_G_VERSION=0.4.10 #node version export NODE_VERSION=12