Skip to content

Commit fc8c4e3

Browse files
Update Cargo.lock.frozen with the latest MSRV
Signed-off-by: Tomás González <[email protected]>
1 parent 1dd562a commit fc8c4e3

File tree

2 files changed

+329
-310
lines changed

2 files changed

+329
-310
lines changed

tss-esapi/src/tcti_ldr.rs

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -556,18 +556,13 @@ impl FromStr for TabrmdConfig {
556556
}
557557

558558
/// DBus type for usage with TABRMD
559-
#[derive(Copy, Clone, Debug, PartialEq, Eq)]
559+
#[derive(Copy, Clone, Debug, Default, PartialEq, Eq)]
560560
pub enum BusType {
561+
#[default]
561562
System,
562563
Session,
563564
}
564565

565-
impl Default for BusType {
566-
fn default() -> Self {
567-
BusType::System
568-
}
569-
}
570-
571566
impl FromStr for BusType {
572567
type Err = Error;
573568

0 commit comments

Comments
 (0)