16 Commits

Author SHA1 Message Date
Artyom Pavlov
fba5521f0f
Add TryRngCore and TryCryptoRng traits (#1424)
This reworks fallibility, replacing the fixed `Error` type.
2024-05-08 14:10:32 +01:00
Diggory Hardy
0e626c7436
Cleaner README, remove MSRV shields (#1417) 2024-03-25 14:56:17 +00:00
Diggory Hardy
2eaf8545d4
Bump the MSRV to 1.61.0 (#1416) 2024-03-22 12:33:33 +00:00
bjorn3
e42c385872
MSRV=1.60, use more permissive cfg on test
* Use cfg(panic = unwind) instead of a check for wasm32 to see if unwinding is supported

This allows the test to run on a future wasm target with exception support as
well as running the test suite with panic=abort on non-wasm targets.

* Bump MSRV to 1.60
2023-10-11 08:54:54 +01:00
Diggory Hardy
19169cbce9
Bump MSRV to 1.56 (Edition 2021) (#1269)
* Bump MSRV to 1.56 (Edition 2021)

* Apply Clippy suggestions

* Bump edition and add rust-version field to Cargo.toml

* CI AVR test: unpin nightly rust version

* Disable AVR test

* Bump crate version numbers for a breaking release
2022-12-06 19:01:10 +00:00
Diggory Hardy
9720f110a6
Update GitHub Actions (#1263)
* examples/rayon-monte-carlo.rs: remove execute bit of file metadata

* Document in README that MSRV is 1.51.0

This was changed in #1246

* Update GitHub Actions
2022-11-10 15:36:40 +00:00
Michael Rosenberg
cc13807149 Typo 2021-07-27 16:36:06 -04:00
Michael Rosenberg
475de9a0f6 Updated readme 2021-07-27 16:35:07 -04:00
Diggory Hardy
0f53b56870 Update README files shields and doc 2020-12-13 11:00:07 +00:00
Vinzent Steinberg
7555747c16 Bump MSRV to 1.36 2020-08-28 15:31:56 +02:00
Diggory Hardy
44939f1702 Prepare rand_chacha 0.2.1 2019-07-20 15:47:57 +01:00
Diggory Hardy
af0b168e1c Prepare rand_chacha 0.2 release 2019-06-05 14:27:45 +01:00
Diggory Hardy
67069d161c Bump MSRV to 1.32.0 2019-03-28 10:51:29 +00:00
Diggory Hardy
fdd78bc2e2 Switch documentation links primarily to rust-random.github.io; revise shields 2018-11-22 19:27:08 +00:00
Vinzent Steinberg
c869087c50 Use rust-random for appveyor 2018-09-27 11:44:07 +02:00
Vinzent Steinberg
37a69fbd95 Move ChaCha and HC128 RNG to dedicated crates 2018-09-27 11:43:55 +02:00