summaryrefslogtreecommitdiff
path: root/oranda.json
diff options
context:
space:
mode:
authorliv <shadows_withal@fastmail.com>2023-09-04 15:23:04 +0200
committerliv <shadows_withal@fastmail.com>2023-09-04 15:23:04 +0200
commit58cabf2ebd9092fecab3cfe75c16cad08591eeec (patch)
treeea9f0a68f49c40111202f68c5805ec407a507f56 /oranda.json
parentae28d2fa2de620d368d06d62065bbbacf115855d (diff)
release: 5.6.0
Diffstat (limited to 'oranda.json')
-rw-r--r--oranda.json5
1 files changed, 2 insertions, 3 deletions
diff --git a/oranda.json b/oranda.json
index 603e474..be88e5e 100644
--- a/oranda.json
+++ b/oranda.json
@@ -12,14 +12,13 @@
},
"components": {
"artifacts": {
- "cargo_dist": false,
+ "auto": true,
"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
+ }
}
}