We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 28d2bb0 + 23bc5d2 commit e5bc858Copy full SHA for e5bc858
oranda.json
@@ -9,16 +9,5 @@
9
"domain": "rustlings.cool"
10
}
11
12
- },
13
- "components": {
14
- "artifacts": {
15
- "auto": true,
16
- "package_managers": {
17
- "preferred": {
18
- "macos/linux/unix": "curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash",
19
- "windows": "Start-BitsTransfer -Source https://raw.githubusercontent.com/rust-lang/rustlings/main/install.ps1 -Destination $env:TMP/install_rustlings.ps1; Unblock-File $env:TMP/install_rustlings.ps1; Invoke-Expression $env:TMP/install_rustlings.ps1"
20
- }
21
22
23
24
0 commit comments