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

minor updates (rustyline 12 → 13, time update for Rust 1.80) and license clarification #20

Merged
merged 3 commits into from
Aug 26, 2024

Conversation

decathorpe
Copy link
Contributor

I'm working through some cleanups in the packages for Rust applications we have in Fedora Linux and have another small PR :)

  • deps: update rustyline to v13

While version 14 is the latest, most popular dependent crates still seem to depend on v13.

  • deps: update time in the lockfile to avoid issues with Rust 1.80

Rust 1.80 added some From<T> implementation for Box<_> that made older versions of the time crate fail to compile. Bumping the version of the time crate in the lockfile resolves this issue.

  • meta: clarify license as GPL-2.0-only

The GPL-2.0 SPDX identifier is deprecated since SPDX license list version 3.0:
https://spdx.org/licenses/#deprecated

I'm assuming that GPL-2.0 was intended to mean GPL-2.0-only (otherwise the deprecated form should have been GPL-2.0+ for GPL-2.0-or-later).

Copy link
Owner

@danobi danobi left a comment

Choose a reason for hiding this comment

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

lgtm, thank you!

@danobi danobi merged commit 3e5b230 into danobi:master Aug 26, 2024
1 check passed
@decathorpe
Copy link
Contributor Author

Thanks for merging!

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.

2 participants