Uh oh!
There was an error while loading. Please reload this page.
bump rand_core from 0.6.4 to 0.9.2; edition 2024; bump MSRV to 1.85 - #478
Conversation
ca5074d to
79160aeCompareUh oh!
There was an error while loading. Please reload this page.
e8d858e to
6402ddeComparerand_core from 0.6.4 to 0.9.0rand_core from 0.6.4 to 0.9.13babac7 to
a61d022CompareUh oh!
There was an error while loading. Please reload this page.
1c7dc3c to
1aab5a9Compare1aab5a9 to
612d94fComparerand_core from 0.6.4 to 0.9.1rand_core from 0.6.4 to 0.9.2612d94f to
c3e9a87Comparebaloo
commented
Feb 22, 2025
I believe this is now ready to merge. |
baloo
commented
Feb 22, 2025
nightly doesn't have |
You need to update the pinned nightly version here. Could you also look into why the minimal-versions job fails? |
4e1191a to
241340fComparebaloo
commented
Feb 22, 2025
Ha i missed the pin! thank you! I think the minimal-version was because I forgot to bump the version of |
241340f to
82d679fComparebaloo
commented
Feb 22, 2025
tests fixed \o/ |
newpavlov
left a comment
There was a problem hiding this comment.
The comments below are not relevant to this PR per se, but it could be worth to fix them while we are at it.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
82d679f to
20fcb3eCompare| { | ||
| fn sign_prehash(&self, prehash: &[u8]) -> signature::Result<Signature> { | ||
| self.sign_prehash_with_rng(&mut OsRng, prehash) | ||
| self.sign_prehash_with_rng(&mut OsRng.unwrap_err(), prehash) |
There was a problem hiding this comment.
Maybe something we can improve here.
84f79c1 to
e174e9fComparebaloo
commented
Feb 22, 2025
huum, wait I also need to pull RustCrypto/traits#1766 |
e174e9f to
35f1ab1Compare35f1ab1 to
503031aComparerand_core from 0.6.4 to 0.9.2rand_core from 0.6.4 to 0.9.2; edition 2024; bump MSRV to 1.85c0e2720 to
d4f716eCompareSnowiiii
commented
Feb 27, 2025
Seems like everything is done, Or is something missing ? |
2447167 to
7d0353aComparef8d8e59 to
3172381Compare3172381 to
57ab112Compare…1.85 (RustCrypto#478) This also bumps the dependency of `signature` from `2.3.0-pre.4` to `2.3.0-pre.5`
This also bumps the dependency of
signaturefrom2.3.0-pre.4to2.3.0-pre.5This pulls:
RandomMod::try_random_modandRandom::try_randommethods crypto-bigint#770Sizedrequirements on rng traits#1765Sizedrequirements on async signer traits traits#1766Fixes#466