Hello, My project is currently forced to use the latest rsa-rc version due to the fact rsa 0.9 still uses rand 0.8 which is pretty much broken on newer rust version due to the addition of the "gen" keyword, Using the release candidate of RSA becomes a problem when users try to use our crate and Cargo fetches a newer RC version then our crate is currently at, resulting in compile errors. I'm sick of constantly having to update the RC and just wish there would be finally an official release.
Hello, My project is currently forced to use the latest rsa-rc version due to the fact rsa 0.9 still uses rand 0.8 which is pretty much broken on newer rust version due to the addition of the "gen" keyword, Using the release candidate of RSA becomes a problem when users try to use our crate and Cargo fetches a newer RC version then our crate is currently at, resulting in compile errors. I'm sick of constantly having to update the RC and just wish there would be finally an official release.