Skip to content

Commit ac429bc

Browse files
authored
Merge pull request rust-lang#4121 from RalfJung/josh-proxy
bump josh-proxy
2 parents 26f09b5 + 9c3cf72 commit ac429bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/tools/miri/.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
with:
127127
fetch-depth: 256 # get a bit more of the history
128128
- name: install josh-proxy
129-
run: RUSTFLAGS="--cap-lints warn" cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r23.12.04
129+
run: cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r24.10.04
130130
- name: setup bot git name and email
131131
run: |
132132
git config --global user.name 'The Miri Cronjob Bot'

src/tools/miri/CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ We use the [`josh` proxy](https://github.com/josh-project/josh) to transmit chan
290290
rustc and Miri repositories. You can install it as follows:
291291

292292
```sh
293-
RUSTFLAGS="--cap-lints=warn" cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r23.12.04
293+
cargo +stable install josh-proxy --git https://github.com/josh-project/josh --tag r24.10.04
294294
```
295295

296296
Josh will automatically be started and stopped by `./miri`.

0 commit comments

Comments
 (0)