rust-bitcoin-unsafe-fast/bitcoin/contrib
Tobin C. Harding 48879e7ad9
Remove no-std feature
Currently `bitcoin` cannot be built with no features enabled, it must
have either "no-std" or "std" enabled. This is an artifact from when
we depended on `core2` for "no-std", now that we have our own `io` crate
and we unconditionally depend on it we can remove the "no-std" feature.
2023-12-06 09:54:33 +11:00
..
act Add a workspace to the top level directory. 2022-09-13 08:44:57 +10:00
test.sh Remove no-std feature 2023-12-06 09:54:33 +11:00