curve25519-dalek-source/.github/workflows
Arthur Gautier 773a0646ce
fixup ci: unsafe usage on nightly and bump ed25519's MSRV (#753)
* ed25519-dalek: bump MSRV to 1.81

base64ct now requires rustc 1.81

* nightly and stable disagree on usage of unsafe

```
error: unnecessary `unsafe` block
492
   --> curve25519-dalek/src/backend/vector/avx2/field.rs:479:28
493
    |
494
479 |         let c9_19: u32x8 = unsafe {
495
    |                            ^^^^^^ unnecessary `unsafe` block
```

This would only happen on nightly.
2025-05-08 12:37:08 -06:00
..
cross.yml Re-work CI around workspace 2023-06-28 09:38:56 +00:00
curve25519-dalek.yml CI: fix minimal-versions resolution (#593) 2023-10-31 12:04:34 -04:00
ed25519-dalek.yml fixup ci: unsafe usage on nightly and bump ed25519's MSRV (#753) 2025-05-08 12:37:08 -06:00
workspace.yml fixup ci: unsafe usage on nightly and bump ed25519's MSRV (#753) 2025-05-08 12:37:08 -06:00
x25519-dalek.yml CI: fix minimal-versions resolution (#593) 2023-10-31 12:04:34 -04:00