Hey team.
I’ve just tried to spin up a new zome this morning and received a dependency error trying to package.
I’ve not changed the zome in any way so just trying to package the init setup here.
[nix-shell:~/Code/TestDemo/c_release/cc_tuts]$ hc package > CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR "CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && echo $CARGO_TARGET_DIR " /home/simwilso/Code/TestDemo/c_release/cell_zome/target > CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && cargo build --release --target=wasm32-unknown-unknown --target-dir=$CARGO_TARGET_DIR "CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && cargo build --release --target=wasm32-unknown-unknown --target-dir=$CARGO_TARGET_DIR" Updating crates.io index error: failed to select a version for `serde`. ... required by package `hdk v0.0.42-alpha5` ... which is depended on by `cell_dna v0.1.0 (/home/simwilso/Code/TestDemo/c_release/cc_tuts/zomes/cell_dna/code)` versions that meet the requirements `= 1.0.89` are: 1.0.89 all possible versions conflict with previously selected packages. previously selected package `serde v1.0.100` ... which is depended on by `cell_dna v0.1.0 (/home/simwilso/Code/TestDemo/c_release/cc_tuts/zomes/cell_dna/code)` failed to select a version for `serde` which could resolve this conflict Error: Couldn't traverse DNA in directory "/home/simwilso/Code/TestDemo/c_release/cc_tuts": command CARGO_TARGET_DIR=${CARGO_TARGET_DIR:-/tmp/my_first_app/target} && cargo build --release --target=wasm32-unknown-unknown --target-dir=$CARGO_TARGET_DIR was not successful
Any thoughts on how I can resolve?