weichain / galactic-bridge-icp

Apache License 2.0
5 stars 2 forks source link

Crate `minter` is not a bin or cdylib #7

Closed baolongt closed 3 months ago

baolongt commented 3 months ago

I try to run dfx deploy but it return for the minter canister

aused by: Failed to build all canisters.
Caused by: Failed while trying to build all canisters.
Caused by: The build step failed for canister 'bd3sg-teaaa-aaaaa-qaaba-cai' (minter)
Caused by: Failed to build Rust canister 'minter'.
Caused by: Failed to create <Type>CanisterInfo for canister 'minter'.
Caused by: Crate `minter` is not a bin or cdylib
skeremidchiev commented 3 months ago

Please use dfx version: 0.15.0. Also you can use deployment scripts from "./scripts/deploy.sh".

baolongt commented 3 months ago

@skeremidchiev I will try seems the deploy.sh have some issue I created a PR for that https://github.com/weichain/galactic-bridge-icp/pull/6