Merge pull request #99 from ivmarkov/main

#98 with signed CLA
This commit is contained in:
Kedar Sovani 2023-09-25 12:19:02 +05:30 committed by GitHub
commit d02f0ba834
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 () {}