citahub / cita-common

Libraries for CITA (https://github.com/citahub/cita)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

`cargo build` cause some errors

classicalliu opened this issue · comments

commented

I run cargo build and get some errors, the version is e07ebc3, even when I copied env.sh from CITA and run ./env.sh to use docker.

image

You have to specify features for each crate.
But different crates has different features.
So, you can not run cargo build at top of workspace.

commented

You have to specify features for each crate.
But different crates has different features.
So, you can not run cargo build at top of workspace.

Soga

Soga

Typo in this comment. More explanation can found HERE.