Skip to content

Commit

Permalink
Pull in the change for unsoundness in lifetime to get the build working
Browse files Browse the repository at this point in the history
  • Loading branch information
ssnover committed Sep 25, 2023
1 parent c4dcfa5 commit 7caf1fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rs-matter/src/transport/network.rs
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ pub use embassy_net_stack::*;

#[cfg(feature = "std")]
pub mod std_stack {
pub trait NetworkStackDriver {}
pub trait NetworkStackDriver: 'static {}

impl NetworkStackDriver for () {}

Expand Down

0 comments on commit 7caf1fe

Please sign in to comment.