gemini-code-assist[bot] commented on code in PR #579: URL: https://github.com/apache/tvm-ffi/pull/579#discussion_r3183244495
########## 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 11 +#define TVM_FFI_VERSION_PATCH 12 Review Comment:  The version bump in `include/tvm/ffi/c_api.h` should be synchronized with the `version` fields in the Rust crates (e.g., `rust/tvm-ffi/Cargo.toml`, `rust/tvm-ffi-macros/Cargo.toml`, and `rust/tvm-ffi-sys/Cargo.toml`). The `tests/lint/check_version.py` linter (lines 122-157) enforces that these versions remain consistent with the project's canonical version. If these are not updated in the same PR, the CI linting step will likely fail. -- 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]
