Closed romancardenas closed 11 months ago
I implemented the riscv-target necessary logic in build.rs. This way we avoid extra dependencies that triggered problems with the MSRV (see #159).
riscv-target
build.rs
This PR now solves the issues of #159
I implemented the
riscv-target
necessary logic inbuild.rs
. This way we avoid extra dependencies that triggered problems with the MSRV (see #159).