Always use SNAPSHOT

This commit is contained in:
STREGA 2023-09-30 18:39:36 -04:00 committed by Yuta Saito
parent 811cd59ab5
commit ef2d7fcce0
1 changed files with 1 additions and 9 deletions

View File

@ -14,12 +14,4 @@
// TODO: make this `public let defaultToolchainVersion = "wasm-5.9.0-RELEASE"`
// After a stable wasm-5.9 is released
public let defaultToolchainVersion: String = {
// On macOS 14 (Sonoma) it's not possible to use Xcode older then 15.0
// Therefore Swift 5.9 is required on Sonoma
#if swift(>=5.9)
return "wasm-5.9-SNAPSHOT-2023-08-01-a"
#else
return "wasm-5.8.0-RELEASE"
#endif
}()
public let defaultToolchainVersion = "wasm-5.9-SNAPSHOT-2023-08-01-a"