-
Notifications
You must be signed in to change notification settings - Fork 190
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
Release v0.2.13 #405
Release v0.2.13 #405
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks nice! Thanks for fixing up the Cargo and CI files!
@josephlr |
@josephlr |
That's a good point. I'' try to remeber to do that in the future. |
Added
linux_disable_fallback
crate feature to disable/dev/urandom
-based fallback on Linux and Android targets. Enabling this feature bumps minimum supported Linux kernel version to 3.17 and Android API level to 23 (Marshmallow). #396Changed
/dev/urandom
fallback for Linux targets outside of the followingtarget_arch
es:aarch64
,arm
,powerpc
,powerpc64
,s390x
,x86
,x86_64
#396EPERM
error code on Android while checking availability of thegetrandom
syscall #396