chore: update oranda config for 0.1.0
This commit is contained in:
parent
a6b562b8e4
commit
c5b0627180
19
oranda.json
19
oranda.json
|
@ -1,10 +1,25 @@
|
||||||
{
|
{
|
||||||
|
"project": {
|
||||||
"homepage": "https://rustlings.cool",
|
"homepage": "https://rustlings.cool",
|
||||||
"repository": "https://github.com/rust-lang/rustlings",
|
"repository": "https://github.com/rust-lang/rustlings"
|
||||||
|
},
|
||||||
|
"marketing": {
|
||||||
"analytics": {
|
"analytics": {
|
||||||
"plausible": {
|
"plausible": {
|
||||||
"domain": "rustlings.cool"
|
"domain": "rustlings.cool"
|
||||||
}
|
}
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"changelog": false
|
"components": {
|
||||||
|
"artifacts": {
|
||||||
|
"cargo_dist": false,
|
||||||
|
"package_managers": {
|
||||||
|
"preferred": {
|
||||||
|
"macos/linux/unix": "curl -L https://raw.githubusercontent.com/rust-lang/rustlings/main/install.sh | bash",
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"changelog": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue