solana/install
Illia Bobyr b790c129e0
Cargo.toml: winapi: List used features (#31417)
`winapi` hides every module behind a feature flag, see here:

  https://github.com/retep998/winapi-rs#why-am-i-getting-errors-about-unresolved-imports

`install` was working by accident as for each package, requested
feature set is a superset of all features requested by all packages in
the workspace, and `console` used to list features that `install` needs.
But after a change in `console` we had build breakages.
2023-04-29 01:23:15 -07:00
..
src test: add test_load_serde_yaml_v_0_8_config (#30558) 2023-03-03 12:44:02 +08:00
.gitignore
Cargo.toml Cargo.toml: winapi: List used features (#31417) 2023-04-29 01:23:15 -07:00
build.rs
install-help.sh CI: Use branch-versioned cargo throughout 2020-11-05 05:05:57 +00:00
solana-install-init.sh Update documentation to reflect changes in solana-installer (#30430) 2023-02-22 03:56:49 +00:00