error[E0599]: no variant named `RSA` found for enum `thrussh_keys::key::PublicKey`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/pijul-1.0.0-beta.4/src/identity/create.rs:163:48
|
163 | ... PublicKey::RSA { ref hash, .. } => hash.name().identity_file(),
| ^^^ variant not found in `thrussh_keys::key::PublicKey`
error[E0599]: no variant named `RSA` found for enum `thrussh_keys::key::PublicKey`
--> /home/runner/.cargo/registry/src/github.com-1ecc6299db9ec823/pijul-1.0.0-beta.4/src/identity/create.rs:175:24
|
175 | PublicKey::RSA { ref hash, .. } => hash.name().identity_file(),
| ^^^ variant not found in `thrussh_keys::key::PublicKey`
Ran into this here: https://github.com/mtkennerly/dunamai/actions/runs/4419251521/jobs/7747443056 . It worked previously on 1.0.0-beta.2, but I can’t reinstall that version because Pijul 1.0.0-beta.2 now selects libpijul v1.0.0-beta.4 and fails to build due to other incompatibilities.
Installed with:
Error: