Skip to content

fix(deps): downgrade self-update to fix problems finding right target#1323

Merged
aawsome merged 2 commits intomainfrom
fix/self-update-targets
Oct 16, 2024
Merged

fix(deps): downgrade self-update to fix problems finding right target#1323
aawsome merged 2 commits intomainfrom
fix/self-update-targets

Conversation

@simonsan
Copy link
Copy Markdown
Contributor

@simonsan simonsan commented Oct 14, 2024

Fixes #1291

Related: jaemk/self_update#136

Fixes #1291

Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
@simonsan simonsan requested a review from aawsome October 14, 2024 23:24
@simonsan simonsan added C-bug Category: Something isn't working as expected A-dependencies Area: Related to updating dependencies labels Oct 14, 2024
Signed-off-by: simonsan <14062932+simonsan@users.noreply.github.com>
@simonsan simonsan added the S-waiting-for-review Status: PRs waiting for review label Oct 15, 2024
Copy link
Copy Markdown
Member

@aawsome aawsome left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@aawsome aawsome added this pull request to the merge queue Oct 16, 2024
Merged via the queue into main with commit 24a7ec5 Oct 16, 2024
@aawsome aawsome deleted the fix/self-update-targets branch October 16, 2024 11:30
github-merge-queue bot pushed a commit that referenced this pull request Oct 24, 2024
## 🤖 New release
* `rustic-rs`: 0.9.3 -> 0.9.4 (✓ API compatible changes)

<details><summary><i><b>Changelog</b></i></summary><p>

<blockquote>

## [0.9.4](v0.9.3...v0.9.4)
- 2024-10-24

### Added

- *(commands)* Add tar output to dump command
([#1328](#1328))

### Fixed

- clippy lints for new Rust version
([#1329](#1329))
- *(deps)* downgrade self-update to fix problems finding right target
([#1323](#1323))

### Other

- *(deps)* remove once_cell and replace with std::sync::LazyLock,
increase MSRV to 1.80.0
([#1337](#1337))
- *(deps)* update tokio, ratatui, and tui-textarea
([#1336](#1336))
- *(deps)* update rustic_core and rustic_backend
([#1334](#1334))
- *(deps)* update abscissa framework
([#1330](#1330))
- introduce a new feature 'release' that includes the 'self-update'
feature ([#1307](#1307))
</blockquote>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Co-authored-by: rustic-release-plz[bot] <182542030+rustic-release-plz[bot]@users.noreply.github.com>
github-merge-queue bot pushed a commit that referenced this pull request Apr 4, 2026
Ref #1323, #1291
`self_update` 0.43.1 is supposed to fix the issue. I advise to still
test it, but should be safe to upgrade now.

---------

Co-authored-by: aawsome <37850842+aawsome@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

A-dependencies Area: Related to updating dependencies C-bug Category: Something isn't working as expected S-waiting-for-review Status: PRs waiting for review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

rustic self-update on musl-version tries to install gnu-version

2 participants