This reverts commit 6184278faf
.
We can't upgrade to Rust 1.77 until there are Rust 1.77 Docker images
available
(https://github.com/docker-library/official-images/pull/16457).
Release Notes:
- N/A
This commit is contained in:
parent
b6201a34b9
commit
d557f8e36c
6 changed files with 7 additions and 11 deletions
|
@ -590,7 +590,7 @@ mod tests {
|
|||
(TaskSourceKind::UserInput, common_name.to_string()),
|
||||
(TaskSourceKind::UserInput, "user_input".to_string()),
|
||||
];
|
||||
let worktree_1_tasks = [
|
||||
let worktree_1_tasks = vec![
|
||||
(
|
||||
TaskSourceKind::Worktree {
|
||||
id: worktree_1,
|
||||
|
@ -606,7 +606,7 @@ mod tests {
|
|||
"worktree_1".to_string(),
|
||||
),
|
||||
];
|
||||
let worktree_2_tasks = [
|
||||
let worktree_2_tasks = vec![
|
||||
(
|
||||
TaskSourceKind::Worktree {
|
||||
id: worktree_2,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue