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

Update Debug impls for cell::Ref/cell::RefMut to show value (and bump MSRV) #228

Merged
merged 2 commits into from
Apr 24, 2023

Conversation

Imberflur
Copy link
Contributor

@Imberflur Imberflur commented Apr 23, 2023

#223 accidentally regressed the debug impls, here we now show the referenced values again but the atomic counter is omitted

Note, this is still lower than the MSRV used in `specs`.

I bumped this because rayon-core v1.11.0 requires this version and the
CI was failing since there is no lockfile pinning this to an older
rayon-core version.
@Imberflur Imberflur changed the title Update Debug impls for cell::Ref/cell::RefMut to show value Update Debug impls for cell::Ref/cell::RefMut to show value (and bump MSRV) Apr 23, 2023
@Imberflur Imberflur merged commit 493d504 into amethyst:master Apr 24, 2023
@Imberflur Imberflur deleted the fix-ref-debug branch April 24, 2023 19:07
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