rust-secp256k1-unsafe-fast/contrib
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
..
_test.sh Compile `no_std` test using xargo 2024-07-04 09:21:30 +02:00
check-for-api-changes.sh Check for changes to the public API 2023-10-26 10:56:54 +11:00
test.sh Run test with recent/minimal lock files 2023-08-14 14:45:50 +10:00
update-lock-files.sh Add script to update-lock-files 2024-03-27 11:17:12 +11:00