Releases: FrogSnot/Concryptor
Releases · FrogSnot/Concryptor
v1.0.5
Dependency Updates
- rand 0.8 -> 0.10 (API migration:
thread_rng()->rng(),RngCore->Rng) - indicatif 0.17 -> 0.18
- criterion 0.5 -> 0.8 (
black_box->std::hint::black_box) - sha2 0.10 -> 0.11
- libc 0.2.182 -> 0.2.184
- tar 0.4.44 -> 0.4.45 (security fix)
- clap 4.5.60 -> 4.6.0
- tempfile 3.26.0 -> 3.27.0
Code Changes
- Fix clippy
needless_borrows_for_generic_argswarnings in tests - Update README rand API references
Thanks to @TickTockBent for the rand migration (#12) and clippy fixes (#11).
What's Changed
- Fix clippy warnings, run cargo fmt, enforce both in CI by @TickTockBent in #10
New Contributors
- @TickTockBent made their first contribution in #10
Full Changelog: v1.0.4...v1.0.5
v1.0.4
Full Changelog: v1.0.3...v1.0.4
v1.0.3
Full Changelog: v1.0.2...v1.0.3
Full Changelog: v1.0.2...v1.0.3
v1.0.2
Full Changelog: v1.0.1...v1.0.2
Full Changelog: v1.0.1...v1.0.2
v1.0.1
Full Changelog: v1.0.0...v1.0.1
v1.0.0
Full Changelog: https://github.com/FrogSnot/Concryptor/commits/v1.0.0