beryllw commented on issue #3586: URL: https://github.com/apache/fluss/issues/3586#issuecomment-4888534449
The failure is caused by a rustler version mismatch between the Rust NIF crate and the Elixir/Mix side.In commit https://github.com/apache/fluss-rust/commit/c6ee4437300114f7665b3731bb9be56ceb73773b, Dependabot bumped rustler from 0.37.3 to 0.38.0 in: - fluss-rust/Cargo.lock - fluss-rust/bindings/elixir/native/fluss_nif/Cargo.toml However, it did not update the Elixir side: - fluss-rust/bindings/elixir/mix.exs still declares {:rustler, "~> 0.37"} - fluss-rust/bindings/elixir/mix.lock still locks rustler 0.37.3 -- 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]
