Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
registry: no default inputs for Rust
Browse files Browse the repository at this point in the history
We require users to have installed `cargo` (typically done via
`rustup`), which includes `rustc`, `cargo`, and `rustfmt` by default.

We could recommend `rustup` directly (e.g. instead of any distro
package) in order to easily support the `rust-toolchain.toml` file that
may or may not exist in any given project.
  • Loading branch information
cole-h committed Oct 11, 2022
1 parent c2ceedc commit 888d8b5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions registry/registry.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,7 @@
"language": {
"rust": {
"default": {
"build-inputs": [
"rustc",
"cargo",
"rustfmt"
]
"build-inputs": []
},
"dependencies": {
"alsa-sys": {
Expand Down

0 comments on commit 888d8b5

Please sign in to comment.