Skip to content

Commit

Permalink
Added clone to PluginMetadata
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1N committed Apr 6, 2024
1 parent 9432452 commit 2ff7a44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ pub mod database;
use database::PluginDatabase;

/// Metadata attached to each file
#[derive(Debug, Serialize, Deserialize)]
#[derive(Debug, Clone, Serialize, Deserialize)]
pub struct PluginMetadata {
/// The sha256sum of the binary file
pub digest: String,
Expand Down

0 comments on commit 2ff7a44

Please sign in to comment.