Skip to content

Commit

Permalink
Merge pull request #99 from ivmarkov/main
Browse files Browse the repository at this point in the history
#98 with signed CLA
  • Loading branch information
kedars authored Sep 25, 2023
2 parents 8b73cbd + 793870c commit d02f0ba
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 d02f0ba

Please sign in to comment.