Skip to content

Commit 202013b

Browse files
Merge #1220
1220: don't pass in `--target-dir` when it's not needed r=Emilgardis a=Emilgardis fixes #1218 Co-authored-by: Emil Gardström <emil.gardstrom@gmail.com>
2 parents 99b8069 + 6166fa5 commit 202013b

File tree

20 files changed

+426
-268
lines changed

20 files changed

+426
-268
lines changed

.changes/1038-1220.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[
2+
{
3+
"description": "bump MSRV to 1.64",
4+
"type": "internal"
5+
}
6+
]

.changes/1038.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

.changes/1220.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"type": "fixed",
3+
"description": "don't pass `--target-dir` in remote context when it's not needed",
4+
"issues": [1218]
5+
}

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
- uses: ./.github/actions/setup-rust
5353
with:
5454
components: clippy
55-
toolchain: 1.60.0 # MSRV, Minimally Supported Rust Version. Make sure to update README.md
55+
toolchain: 1.64.0 # MSRV, Minimally Supported Rust Version. Make sure to update README.md
5656
- name: Run clippy
5757
run: cargo clippy --locked --all-targets --all-features --workspace -- -D warnings
5858
test:

0 commit comments

Comments
 (0)