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 with Rust 1.52 #31

Merged
merged 1 commit into from
Aug 5, 2021

Conversation

cgwalters
Copy link
Contributor

This crate is a dependency of system-deps which is a pretty
foundational library. In my case, we use the glib and gtk-rs bindings
which transitively depend on this.

Not everyone can move at upstream Rust speed. While there are improvements,
there are sometimes regressions too (thankfully, not many, but still).

In this case, I hope you'd agree that while the new "or pattern" feature
is nice it's far from a must have. (Unlike e.g. const generics or so)

This crate is a dependency of `system-deps` which is a pretty
foundational library.  In my case, we use the `glib` and gtk-rs bindings
which transitively depend on this.

Not everyone can move at upstream Rust speed.  While there are improvements,
there are sometimes regressions too (thankfully, not many, but still).

In this case, I hope you'd agree that while the new "or pattern" feature
is *nice* it's far from a must have.  (Unlike e.g. const generics or so)
Copy link
Member

@Jake-Shadle Jake-Shadle left a comment

Choose a reason for hiding this comment

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

I'll add an MSRV check to CI (once GHA are actually working again) so this doesn't happen again accidentally, I generally only specify an MSRV once an issue like this is raised.

@Jake-Shadle Jake-Shadle merged commit a73f06b into EmbarkStudios:main Aug 5, 2021
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