-
Notifications
You must be signed in to change notification settings - Fork 19
Open
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels