gemini-code-assist[bot] commented on code in PR #404: URL: https://github.com/apache/tvm-ffi/pull/404#discussion_r2681252651
########## 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 8 +#define TVM_FFI_VERSION_PATCH 9 Review Comment:  This version bump is correct for the C++ header, but it appears to be incomplete. The `tests/lint/check_version.py` script suggests that Rust crate versions in `Cargo.toml` files also need to be updated for consistency. Please update the versions in the relevant Rust crates (e.g., `tvm-ffi`, `tvm-ffi-macros`, `tvm-ffi-sys`) to `0.1.9` as well. Without these changes, the CI version check is likely to 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]
