blob: 6b7ee9be0c187f5753d015ff3f9c387a33008440 [file] [log] [blame] [view] [edit]
# Cargo changes
## Summary
- If there is a target definition in a `Cargo.toml` manifest, it no longer
automatically disables automatic discovery of other targets.
- Target paths of the form `src/{target_name}.rs` are no longer inferred for
targets where the `path` field is not set.
- `cargo install` for the current directory is no longer allowed, you must
specify `cargo install --path .` to install the current package.