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

resolve the ambiguity to determine version of Cargo feature resolver. #8917

Merged

Commits on Nov 26, 2023

  1. fix: version of Cargo feature resolver.

    This commit solve the ambiguity to determin the version of resolver.
    To get more detail, see the following two documents:
    
    - https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
    - https://doc.rust-lang.org/edition-guide/rust-2021/default-cargo-resolver.html
    FomalhautWeisszwerg committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    e356aeb View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2023

  1. unified: Rust edition in all workspaces.

    Now, the Rust 2021 is available in all workspaces.
    FomalhautWeisszwerg committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    2d61f80 View commit details
    Browse the repository at this point in the history
  2. fined up: Cargo.toml by using workspace inheritance.

    To get more detail of the `workspace.package` table, see a following document:
    
    - https://doc.rust-lang.org/cargo/reference/workspaces.html#the-package-table
    FomalhautWeisszwerg committed Nov 27, 2023
    Configuration menu
    Copy the full SHA
    ba5001b View commit details
    Browse the repository at this point in the history