Skip to content

Commit 30d0cff

Browse files
authored
Use rust 1.67 (#2375)
* rust: Update toolchain version to 1.67 * 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 * xtask: Add function to obtain asset_dir instead of assembling it on demand throughout the codebase. * xtask/run: Add '--quick-run' flag as a convenient shorthand for `cargo xtask run --data-dir $PROJECT_ROOT/zellij-utils/assets`. * cargo: Add 'q' command alias as a shorthand for 'cargo xtask run --quick-run' * cargo: Update thiserror to 1.0.40 * cargo: Update anyhow to 1.0.70 and specify dependency only once inside `zellij-utils`, not inside the zellij root crate. * cargo: Update names to 0.14.0 * 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. * cargo: Update dialoguer to 0.10.4 * fix formatting * changelog: Add PR #2375
1 parent 204c41e commit 30d0cff

File tree

14 files changed

+323
-123
lines changed

14 files changed

+323
-123
lines changed

.cargo/config.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ parallel-compiler = true
33
[alias]
44
xtask = "run --package xtask --"
55
x = "xtask"
6+
q = "x run --quick-run"
67
make = "xtask deprecated"

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1818
* fix: error loading non-existant themes directory (https://github.com/zellij-org/zellij/pull/2411)
1919
* build: speed up build and ci https://github.com/zellij-org/zellij/pull/2396
2020
* fix: sticky bit FreeBSD crash https://github.com/zellij-org/zellij/pull/2424
21+
* build: Bump rust toolchain version to 1.67 (https://github.com/zellij-org/zellij/pull/2375)
2122

2223
## [0.36.0] - 2023-04-13
2324
* fix: when moving pane focus off screen edge to the next tab, the pane on the screen edge is now focused (https://github.com/zellij-org/zellij/pull/2293)

0 commit comments

Comments
 (0)