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

Minimal updates for stable Rust 1.61 #2

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

almann
Copy link

@almann almann commented May 29, 2022

Upgrades dependencies of GTK/Glib/libappindicator to versions that compile on current stable Rust.

  • Fixes GTK/libappindicator usage to work with API changes of those versions.
  • Minor fixes to eliminate unused return value warnings.
  • Removes rust-toolchain file pointing at an old nightly--stable rust builds this.

This does not upgrade the dependencies to the latest versions, just the minimal upgrade to make it compile on current stable Rust. Also adds README content to make it easier for the next person to make sure they have their dependencies installed.

This was tested on Ubuntu 20.04.

almann added 3 commits May 29, 2022 10:29
Upgrades dependencies of GTK/Glib/libappindicator to versions
that compile on current stable Rust.

* Fixes GTK/libappindicator usage to work with API changes of those versions.
* Minor fixes to eliminate unused return value warnings.
* Removes rust-toolchain file pointing at an old nightly--stable rust
  builds this.
This is specific to Ubuntu 20.04, but provides at least
the context for native library development package install
to get up and running more quickly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant