From 1723542d6af3fb801bf6b769c43af19dae4e32e8 Mon Sep 17 00:00:00 2001 From: Doug Date: Thu, 17 Oct 2024 12:45:44 +0100 Subject: [PATCH] Fix an error message in BuildSDK. --- Tools/Sources/BuildSDK.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/Sources/BuildSDK.swift b/Tools/Sources/BuildSDK.swift index 7a6346f503..156cbfb227 100644 --- a/Tools/Sources/BuildSDK.swift +++ b/Tools/Sources/BuildSDK.swift @@ -46,7 +46,7 @@ struct BuildSDK: ParsableCommand { Rust is missing the necessary targets to build the SDK. Run the following command to install them: - rustup target add \(missingTargets.joined(separator: " ")) --toolchain nightly + rustup target add \(missingTargets.joined(separator: " ")) """ default: