has any one solved this problem or knows how to solve it
Blockquote
$ cargo-build-sbf
info: uninstalling toolchain 'sbf'
info: toolchain 'sbf' uninstalled
error: target is not supported, for more information see: getrandom - Rust
--> src\lib.rs:267:9
|
267 | / compile_error!("
268 | | target is not supported, for more information see:
269 | | getrandom - Rust
270 | | ");
| |__________^
error[E0433]: failed to resolve: use of undeclared crate or moduleimp
--> src\lib.rs:291:5
|
291 | imp::getrandom_inner(dest)
| ^^^ use of undeclared crate or moduleimp
For more information about this error, tryrustc --explain E0433
.
error: could not compilegetrandom
due to 2 previous errors
warning: build failed, waiting for other jobs to finish...