mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 00:37:57 +00:00
Encryption support for the statement store (#14440)
* Added ECIES encryption * tweaks * fmt * Make clippy happy * Use local keystore * qed
This commit is contained in:
@@ -222,7 +222,7 @@ fn get_rustup_command() -> Option<CargoCommand> {
|
||||
continue
|
||||
}
|
||||
|
||||
let Some(cargo_version) = cmd.version() else { continue; };
|
||||
let Some(cargo_version) = cmd.version() else { continue };
|
||||
|
||||
versions.push((cargo_version, rustup_version.to_string()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user