diff --git a/openpgp-card/src/lib.rs b/openpgp-card/src/lib.rs index 807fb0c..9a84926 100644 --- a/openpgp-card/src/lib.rs +++ b/openpgp-card/src/lib.rs @@ -255,7 +255,7 @@ impl Card { /// before they are automatically closed.) pub struct Transaction<'a> { tx: Box, - card_caps: &'a mut Option, + card_caps: &'a Option, } impl<'a> Transaction<'a> {