mssun opened a new issue #132: Impossible to use bulid deps from crates-io but not crates-sgx URL: https://github.com/apache/incubator-mesatee/issues/132 Because of the limitation of cargo, we cannot do source replacement only for deps but not build deps [1]. Therefore, you may see two kinds of work-around: `config_gen` (https://github.com/apache/incubator-mesatee/tree/bd9ca1e/mesatee_config/config_gen) and `prost-build-fake` (https://github.com/apache/incubator-mesatee/pull/104). This issue relies on the upstream cargo to fix. [1] https://users.rust-lang.org/t/source-replacement-for-dependencies-only-but-not-for-build-dependencies
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
