Skip to content

Commit 341f115

Browse files
add rc1 to selectable compilers in playground
1 parent 8b5ef34 commit 341f115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/CompilerManagerHook.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ module CdnMeta = {
4949
"v8.3.0-dev.2",
5050
]
5151

52-
let experimentalVersions = ["v11.0.0-beta.4", "v11.0.0-beta.1", "v11.0.0-alpha.5"]
52+
let experimentalVersions = ["v11.0.0-rc.1", "v11.0.0-beta.4", "v11.0.0-beta.1", "v11.0.0-alpha.5"]
5353

5454
let getCompilerUrl = (version: string): string =>
5555
j`https://cdn.rescript-lang.org/$version/compiler.js`

0 commit comments

Comments
 (0)