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

Use rust 1.67 #2375

Merged
merged 12 commits into from
May 9, 2023
Merged

Use rust 1.67 #2375

merged 12 commits into from
May 9, 2023

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    2e16f9c View commit details
    Browse the repository at this point in the history
  2. xtask/pipeline/publish: Drop manual "wait"

    for crates.io to catch up, which is obsolete with rust 1.66 and up.
    Cargo does that on its own now. See
    rust-lang/cargo#11062
    har7an committed May 8, 2023
    Configuration menu
    Copy the full SHA
    e16f552 View commit details
    Browse the repository at this point in the history
  3. xtask: Add function to obtain asset_dir

    instead of assembling it on demand throughout the codebase.
    har7an committed May 8, 2023
    Configuration menu
    Copy the full SHA
    c42df10 View commit details
    Browse the repository at this point in the history
  4. xtask/run: Add '--quick-run' flag

    as a convenient shorthand for `cargo xtask run --data-dir
    $PROJECT_ROOT/zellij-utils/assets`.
    har7an committed May 8, 2023
    Configuration menu
    Copy the full SHA
    1aed89d View commit details
    Browse the repository at this point in the history
  5. cargo: Add 'q' command alias

    as a shorthand for 'cargo xtask run --quick-run'
    har7an committed May 8, 2023
    Configuration menu
    Copy the full SHA
    26d8373 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    79ea336 View commit details
    Browse the repository at this point in the history
  7. cargo: Update anyhow to 1.0.70

    and specify dependency only once inside `zellij-utils`, not inside the
    zellij root crate.
    har7an committed May 8, 2023
    Configuration menu
    Copy the full SHA
    df7273c View commit details
    Browse the repository at this point in the history
  8. cargo: Update names to 0.14.0

    har7an committed May 8, 2023
    Configuration menu
    Copy the full SHA
    f4976da View commit details
    Browse the repository at this point in the history
  9. cargo: Update miette to 5.7.0

    and re-export the dependency from zellij-utils, to avoid duplicate
    (incompatible) includes from inside zellij-utils and the root crate.
    har7an committed May 8, 2023
    Configuration menu
    Copy the full SHA
    6f7b9ef View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    851e85e View commit details
    Browse the repository at this point in the history
  11. fix formatting

    har7an committed May 8, 2023
    Configuration menu
    Copy the full SHA
    247b698 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5dce557 View commit details
    Browse the repository at this point in the history