Skip to content

Commit 661e8c6

Browse files
committed
update mukti version
1 parent 220880d commit 661e8c6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
- name: Download mukti
169169
run: |
170170
mkdir -p ~/bin
171-
curl -LsSf "https://github.com/sunshowers/mukti/releases/download/mukti-bin-0.5.0/mukti-bin-0.5.0-x86_64-unknown-linux-gnu.tar.gz" \
171+
curl -LsSf "https://github.com/sunshowers/mukti/releases/download/mukti-bin-0.5.2/mukti-bin-0.5.2-x86_64-unknown-linux-gnu.tar.gz" \
172172
| tar xzf - -C ~/bin
173173
- name: Add release metadata
174174
run: |

site/src/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This page documents new features and bugfixes for cargo-nextest. Please see the [stability
44
policy](book/stability.md) for how versioning works with cargo-nextest.
55

6-
## [0.9.5-rc.1] - 2022-02-16
6+
## [0.9.5-rc.2] - 2022-02-16
77

88
(Temporary release) test out binary releases once again.
99

0 commit comments

Comments
 (0)