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

Lift dependencies to the workspace (Part 2/x) #3366

Merged
merged 5 commits into from
Feb 20, 2024
Merged

Commits on Feb 16, 2024

  1. Ignore target for toml formatting

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    4543b57 View commit details
    Browse the repository at this point in the history
  2. Pull up: syn, quote, thiserror, clap and serde

    $ zepter transpose dependency lift-to-workspace --version-resolver=highest syn quote thiserror "regex:^serde.*" --fix
    
    [WARN] Unstable feature - do not rely on this!
    [INFO] Scanning for 8 dependencies in the workspace.
    [INFO] Selected quote 1.0.33 for lift up in 16 crates.
    [INFO] Selected serde 1.0.196 for lift up in 107 crates.
    [INFO] Selected serde-big-array ^0.3.2 for lift up in 1 crate.
    [INFO] Selected serde_derive ^1.0.117 for lift up in 4 crates.
    [INFO] Selected serde_json ^1.0.113 for lift up in 52 crates.
    [INFO] Selected serde_yaml ^0.9 for lift up in 1 crate.
    [INFO] Selected syn ^2.0.49 for lift up in 16 crates.
    [INFO] Selected thiserror 1.0.48 for lift up in 78 crates.
    [INFO] Modified 185 manifests.
    
    taplo format --config .config/taplo.toml
    
    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Feb 16, 2024
    Configuration menu
    Copy the full SHA
    0f4bac5 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2024

  1. Configuration menu
    Copy the full SHA
    efafed3 View commit details
    Browse the repository at this point in the history
  2. lockfile 🤦

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    cbff5aa View commit details
    Browse the repository at this point in the history
  3. Remove unused dep

    Signed-off-by: Oliver Tale-Yazdi <[email protected]>
    ggwpez committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    65b19c7 View commit details
    Browse the repository at this point in the history