You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.
In order to add no_std compatibility to the above yatima_core dependencies, the easiest approach is to fork them and change a few lines in their Cargo.toml. It seems like multibase and nom_locate were meant to be used in a no_std environment with cargo build --no-default-features, but this didn't work for me when using them as a dependency.
In order to add
no_std
compatibility to the aboveyatima_core
dependencies, the easiest approach is to fork them and change a few lines in theirCargo.toml
. It seems likemultibase
andnom_locate
were meant to be used in ano_std
environment withcargo build --no-default-features
, but this didn't work for me when using them as a dependency.Relevant to #38.
The text was updated successfully, but these errors were encountered: