ivila opened a new issue, #148: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/issues/148
In [cargo.toml](https://github.com/apache/incubator-teaclave-trustzone-sdk/blob/b5143c627de2ee128732fcf798c41516ffbc13f7/optee-utee/Cargo.toml#L30) of optee-utee crate, it lock the version of bitflags(set it must to 1.0.4):  However, in some other crates will require a newer version, for example, the [raw-cpuid](https://crates.io/crates/raw-cpuid) require version upper 1.2, and result in confliction:  So I wonder why optee-utee lock the version of bitflags and if it can upgrade the version of bitflags -- 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. To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@teaclave.apache.org For additional commands, e-mail: dev-h...@teaclave.apache.org