Skip to content

Commit f4aca9d

Browse files
committed
Make App cloneable
Signed-off-by: Ryan Levick <[email protected]>
1 parent ee08554 commit f4aca9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/app/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ pub const APP_DESCRIPTION_KEY: MetadataKey = MetadataKey::new("description");
2828
pub const OCI_IMAGE_DIGEST_KEY: MetadataKey = MetadataKey::new("oci_image_digest");
2929

3030
/// An `App` holds loaded configuration for a Spin application.
31-
#[derive(Debug)]
31+
#[derive(Debug, Clone)]
3232
pub struct App {
3333
id: String,
3434
locked: LockedApp,

0 commit comments

Comments
 (0)