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
cargo build --target wasm32-wasi --release gives the following error :
cargo build --target wasm32-wasi --release
Updating crates.io index
Updating git repository https://github.com/second-state/dapr-sdk-wasi
error: failed to get dapr_sdk_wasi as a dependency of package image-api-grayscale v0.1.0 (/home/nroy/dapr-wasm/image-api-grayscale)
Caused by:
failed to load source for dependency dapr_sdk_wasi
Hi ,
cargo build --target wasm32-wasi --release gives the following error :
cargo build --target wasm32-wasi --release
Updating crates.io index
Updating git repository
https://github.com/second-state/dapr-sdk-wasi
error: failed to get
dapr_sdk_wasi
as a dependency of packageimage-api-grayscale v0.1.0 (/home/nroy/dapr-wasm/image-api-grayscale)
Caused by:
failed to load source for dependency
dapr_sdk_wasi
Caused by:
Unable to update https://github.com/second-state/dapr-sdk-wasi
Caused by:
failed to find branch
master
Caused by:
cannot locate remote-tracking branch 'origin/master'; class=Reference (4); code=NotFound (-3)
Can somebody help here ?
Thanks
The text was updated successfully, but these errors were encountered: