Ok. I got it. There are version inconsistencies. The nest version of pijul is at 1.0.0-alpha.8 while the crates.io version is at 1.0.0-alpha.11
Well, cargo install pijul --version 1.0.0-alpha.10
fails with this error, and that’s the command line recommended in https://pijul.org/manual/installing.html , so I think the issue if fairly serious here. If it was a broken release, it should be yanked from crates. The “Installing” page needs to be updated regardless.
Thanks! I’ve just fixed these: the manual and website are updated, I’ve yanked 1.0.0-alpha.10.
pijul/src/commands/record.rs
line 211 gives 5 arguments to the write function which requires 6 arguments