Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump the cargo-minor group across 1 directory with 2 updates (rfd and ashpd) #18645

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

torokati44
Copy link
Member

@torokati44 torokati44 commented Nov 18, 2024

Manually extracted from #18617 (which got superseded by #18644, and later #18647), because these needed a little extra attention.

Let's do a @dependabot unignore rfd and @dependabot unignore ashpd after this. Referencing dependabot/dependabot-core#10286 again.


Bumps the cargo-minor group with 2 updates in the / directory:

Package From To
rfd 0.15.0 0.15.1
ashpd 0.9.2 0.10.2

Updates rfd from 0.15.0 to 0.15.1

Updates ashpd from 0.9.2 to 0.10.2

@torokati44 torokati44 added A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done) labels Nov 18, 2024
@torokati44
Copy link
Member Author

Also see: #18617 (review)

@torokati44
Copy link
Member Author

Re: @adrian17 (#18617 (comment)):

We have used async-std until now. However, see PolyMeilex/rfd#161.
By switching it to tokio instead, which we depend on anyway, we can drop the entire async-* suite!

@torokati44
Copy link
Member Author

I tried to check whether everything still works in Flatpak (and with GameMode), but I had no luck building the former 1, and don't use the latter ... so, hlep, @kjarosh? O.O

Footnotes

  1. error: failed to select a version for the requirement `clap = "^4.5.20"` (locked to 4.5.20)
    candidate versions found which didn't match: 4.5.21
    location searched: directory source `/run/build/ruffle/cargo/vendor` (which is replacing registry `crates-io`)
    

@kjarosh
Copy link
Member

kjarosh commented Nov 20, 2024

I'm coming!

Did you remember to regenerate cargo sources? It has to be done every time the dependencies change.

I've just finished testing this PR, and GameMode, file pickers, theme integration all work properly both in Flatpak and outside of it 🎉

@torokati44
Copy link
Member Author

Did you remember to regenerate cargo sources? It has to be done every time the dependencies change.

Yes, but maybe not hard enough...?!

@kjarosh
Copy link
Member

kjarosh commented Nov 20, 2024

Hmm... That's interesting.

All I did was:

  1. Run make regenerate-sources RUFFLE_COMMIT=11710684d4f61554d5ae4ab30487a7dfaee8476b
  2. Replace commit in the descriptor with 11710684d4f61554d5ae4ab30487a7dfaee8476b, comment out tag
  3. Run make

@torokati44
Copy link
Member Author

Yeah, well, step 2 is not in the README of the FlatHub repo... 😶

@torokati44
Copy link
Member Author

Not skipping that, it built fine for me too! 🥳

Does this mean it's merge o'clock, @adrian17?

@kjarosh
Copy link
Member

kjarosh commented Nov 20, 2024

This should be useful:

…ates

Bumps the cargo-minor group with 2 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [rfd](https://github.com/PolyMeilex/rfd) | `0.15.0` | `0.15.1` |
| [ashpd](https://github.com/bilelmoussaoui/ashpd) | `0.9.2` | `0.10.2` |

Updates `rfd` from 0.15.0 to 0.15.1
- [Release notes](https://github.com/PolyMeilex/rfd/releases)
- [Changelog](https://github.com/PolyMeilex/rfd/blob/master/CHANGELOG.md)
- [Commits](PolyMeilex/rfd@0.15.0...0.15.1)

Updates `ashpd` from 0.9.2 to 0.10.2
- [Release notes](https://github.com/bilelmoussaoui/ashpd/releases)
- [Commits](bilelmoussaoui/ashpd@0.9.2...0.10.2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-deps Area: Dependencies T-chore Type: Chore (like updating a dependency, it's gotta be done)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants