ivila commented on PR #167: URL: https://github.com/apache/incubator-teaclave-trustzone-sdk/pull/167#issuecomment-2655240572
I suggest that in the future, we change some of the version strings to `edition.workspace = true` to save developers from having to update them one by one repeatedly. For example, here is how [burn-rs](https://github.com/tracel-ai/burn/blob/1962fb17141249c04325dd09c89ded0edb49a10f/examples/custom-cubecl-kernel/Cargo.toml#L7C1-L7C8) do in their repo:  PS: maybe we should add `publish = false` in the examples too? See [[The publish field](https://doc.rust-lang.org/cargo/reference/manifest.html#the-publish-field)] for reference. -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
