UniPager
UniPager copied to clipboard
error: to use a constant of type `TypeId` in a pattern, `TypeId` must be annotated with `#[derive(PartialEq)]`
unable to compile on a raspi 4 with Raspi Pi OS / Debian 12.5 due to:
error: to use a constant of type `TypeId` in a pattern, `TypeId` must be annotated with `#[derive(PartialEq)]`
this post lead me to the fix:
root@oe3xkc:/usr/src/unipager # cargo update log
Updating crates.io index
Removing ctor v0.1.21
Updating log v0.4.14 -> v0.4.20
Updating value-bag v1.0.0-alpha.8 -> v1.7.0
note: pass `--verbose` to see 148 unchanged dependencies behind latest
after updating "log" and its dependency "value-bag", compilation works (bunch of warnings but finishes).
Liebe Grüße Johannes OE3OCC