Skip to content

Commit

Permalink
revert wip default toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
omochi committed Jun 10, 2024
1 parent be9e346 commit 3c72931
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CartonHelpers/DefaultToolchain.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#if compiler(>=6.0)
public let defaultToolchainVersion = "wasm-6.0-SNAPSHOT-2024-06-08-a"
#elseif compiler(>=5.10)
public let defaultToolchainVersion = "wasm-6.0-SNAPSHOT-2024-06-08-a"
public let defaultToolchainVersion = "wasm-5.10.0-RELEASE"
#else
public let defaultToolchainVersion = "wasm-5.9.2-RELEASE"
#endif

0 comments on commit 3c72931

Please sign in to comment.