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 MSRV to 1.34 #159

Merged
merged 1 commit into from
Sep 8, 2020
Merged

Update MSRV to 1.34 #159

merged 1 commit into from
Sep 8, 2020

Conversation

josephlr
Copy link
Member

@josephlr josephlr commented Sep 8, 2020

Per the discussion in #98, we can update the MSRV as far as 1.36 if we want (as that's rand 0.8's MSRV). However, Debian Buster (aka Debian 10, aka Debian Stable) is only at 1.34. As we don't need any features released between 1.34 and 1.36, only bumping the MSRV to 1.34 seems fine.

Signed-off-by: Joe Richey <joerichey@google.com>
Copy link
Member

@newpavlov newpavlov left a comment

Choose a reason for hiding this comment

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

I think we can keep the current MSRV, but I guess it could be worth to reserve an ability to use TryInto/TryFrom just in case.

@josephlr
Copy link
Member Author

josephlr commented Sep 8, 2020

I think we can keep the current MSRV, but I guess it could be worth to reserve an ability to use TryInto/TryFrom just in case.

Ya, my thought was we might eventually want TryFrom for something with our Error types/codes.

@josephlr josephlr merged commit 0a5017e into rust-random:0.2 Sep 8, 2020
@josephlr josephlr deleted the msrv branch September 8, 2020 12:31
@josephlr josephlr mentioned this pull request Sep 8, 2020
9 tasks
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.

None yet

2 participants