Skip to content

Commit

Permalink
project-chip#98 with signed CLA
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Sep 25, 2023
1 parent 8b73cbd commit 793870c
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 793870c

Please sign in to comment.