I cloned a fresh copy of the most recent copy of the source, ran cargo build, and received this error:
error[E0433]: failed to resolve: use of undeclared crate or module pager
–> pijul/src/commands/mod.rs:101:5
|
101 | pager::Pager::with_pager(“less -RF”).setup()
| ^^^^^ use of undeclared crate or module pager
error: aborting due to previous error
For more information about this error, try rustc --explain E0433.
error: could not compile pijul
I cloned a fresh copy of the most recent copy of the source, ran
cargo build
, and received this error:OS: MacOS 10.15.4