rust-secp256k1-unsafe-fast/no_std_test
Martin Habovstiak df0523a0a7 Use `libc::abort` instead of `intrinsics::abort`
Despite using the `#![feature()]` attribute rustc still warns about it
being unstable. Changing it to `libc::abort` gets rid of the annoying
message.
2024-07-03 06:47:16 +02:00
..
src Use `libc::abort` instead of `intrinsics::abort` 2024-07-03 06:47:16 +02:00
Cargo.toml New alloc feature 2021-06-08 20:41:49 +02:00