Skip to content
Snippets Groups Projects
Commit 1711483f authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

Make `VersionInfo` derive `Clone` (#3839)

parent 411b8f96
No related merge requests found
......@@ -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,
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment