Pull in the change for unsoundness in lifetime to get the build working
This commit is contained in:
parent
c4dcfa540a
commit
7caf1febe3
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ pub use embassy_net_stack::*;
|
||||||
|
|
||||||
#[cfg(feature = "std")]
|
#[cfg(feature = "std")]
|
||||||
pub mod std_stack {
|
pub mod std_stack {
|
||||||
pub trait NetworkStackDriver {}
|
pub trait NetworkStackDriver: 'static {}
|
||||||
|
|
||||||
impl NetworkStackDriver for () {}
|
impl NetworkStackDriver for () {}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue