grupacosmo / cansat

Bare-metal software for the sounding rocket payload.
13 stars 3 forks source link

Instructions in README wont work without config file #8

Closed Bartosz-Slowik closed 1 year ago

Bartosz-Slowik commented 1 year ago

Since we no longer use runner in config file it should be the same for everyone and there is little reason to keep it in gitignore

wiktorwieclaw commented 1 year ago

We are not supposed to have a .cargo/config.toml file in the workspace root anymore. Each binary crate is supposed to have it's own config:

We can remove it from the .gitignore now, but do not add a new config.