rust-secp256k1-unsafe-fast/.github/workflows
Martin Habovstiak 742c69f975 Compile `no_std` test using xargo
The `no_std` test disables `std`, so unwinding is unsupported, so we use
`panic = "abort"` but the `core` library is compiled with unwind by
default which breaks the build. Xargo can handle this by recompiling
`core` with `panic = "abort"` so we use it.
2024-07-04 09:21:30 +02:00
..
cross.yml ci: Remove MIPS* from CI 2023-09-30 12:04:45 -03:00
rust.yml Compile `no_std` test using xargo 2024-07-04 09:21:30 +02:00