There I'm currently using openssl, which is less than ideal in many ways.
crates.io/crates/str0m
There I'm currently using openssl, which is less than ideal in many ways.
crates.io/crates/str0m
To maintain MSRV 1.63, I need to lock time to =0.3.20, but that makes the project impossible to compile on Rust 1.80 or newer.
github.com/algesten/ure...
To maintain MSRV 1.63, I need to lock time to =0.3.20, but that makes the project impossible to compile on Rust 1.80 or newer.
github.com/algesten/ure...
As a library author, I want to uphold an MSRV at the same time as I don't want to lock down dependencies (i.e time = "=0.3.20").
These are in conflict. When a transitive dependency bumps MSRV in patch-versions, your only choice is to also bump MSRV, or lock.
As a library author, I want to uphold an MSRV at the same time as I don't want to lock down dependencies (i.e time = "=0.3.20").
These are in conflict. When a transitive dependency bumps MSRV in patch-versions, your only choice is to also bump MSRV, or lock.