gemini-code-assist[bot] commented on code in PR #367: URL: https://github.com/apache/tvm-ffi/pull/367#discussion_r2649896333
########## include/tvm/ffi/c_api.h: ########## @@ -62,7 +62,7 @@ /*! \brief TVM FFI minor version. */ #define TVM_FFI_VERSION_MINOR 1 /*! \brief TVM FFI patch version. */ -#define TVM_FFI_VERSION_PATCH 7 +#define TVM_FFI_VERSION_PATCH 8 Review Comment:  While this version bump to `8` is correct for this C++ header, the project's versioning script (`tests/lint/check_version.py`) suggests that version consistency is also enforced for Rust crates. This pull request does not appear to include corresponding updates to the Rust `Cargo.toml` files. To prevent potential build failures or release inconsistencies, please ensure that the Rust crate versions are also updated to align with this change. -- 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]
