Skip to content

planus version incompatibility causing build failure #9

@kenba

Description

@kenba

The planus crate was updated to issue 1.2 yesterday.
Since then polars fails to build with the following error:

error[E0080]: evaluation panicked: Your generated code is out of date, please regenerate using planus version 1.2.0
  --> /home/kenba/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/polars-arrow-format-0.2.0/src/ipc/generated.rs:3:15
   |
3  | const _: () = ::planus::check_version_compatibility("planus-1.1.1");
   |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ evaluation of `ipc::generated::_` failed inside this call
   |
note: inside `check_version_compatibility`
  --> /home/kenba/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/planus-1.2.0/src/lib.rs:44:14
   |
44 |           _ => panic!(
   |  ______________^
45 | |             "Your generated code is out of date, please regenerate using planus version 1.2.0"
46 | |         ),
   | |_________^ the failure occurred here

Please update the planus version of your published crate.

Also, please consider removing code that requires specific versions of dependant libraries.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions