mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-27 12:48:00 +00:00
Make VersionInfo derive Clone (#3839)
This commit is contained in:
@@ -79,6 +79,7 @@ const NODE_KEY_SECP256K1_FILE: &str = "secret";
|
||||
const NODE_KEY_ED25519_FILE: &str = "secret_ed25519";
|
||||
|
||||
/// Executable version. Used to pass version information from the root crate.
|
||||
#[derive(Clone)]
|
||||
pub struct VersionInfo {
|
||||
/// Implementaiton name.
|
||||
pub name: &'static str,
|
||||
|
||||
Reference in New Issue
Block a user