diff --git a/Tools/Sources/BuildSDK.swift b/Tools/Sources/BuildSDK.swift index 7a6346f50..156cbfb22 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: