cossacklabs / themis

Easy to use cryptographic framework for data protection: secure messaging with forward secrecy and secure data storage. Has unified APIs across 14 platforms.
https://www.cossacklabs.com/themis
Apache License 2.0
1.85k stars 143 forks source link

Rix Rust CI builds #1032

Closed iamnotacake closed 10 months ago

iamnotacake commented 10 months ago

Freeze versions of two dependencies used in tests: byteorder and log. Solves issue like this one. Alternative solution may be increasing MSRV, but why do that if Themis itself does not need these dependencies?

Checklist