Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automatically inherit workspace fields when running cargo new/init #12069

Merged
merged 4 commits into from
May 23, 2023

Commits on May 23, 2023

  1. Use toml_edit to new/init cargo project

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    f69b46a View commit details
    Browse the repository at this point in the history
  2. Automatically inherit workspace fields when running cargo new

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    e6dae8e View commit details
    Browse the repository at this point in the history
  3. Add tests for inherit_workspace_package_table

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    5265b1d View commit details
    Browse the repository at this point in the history
  4. Add a inherit test for init

    Signed-off-by: hi-rustin <rustin.liu@gmail.com>
    Rustin170506 committed May 23, 2023
    Configuration menu
    Copy the full SHA
    821725d View commit details
    Browse the repository at this point in the history