Skip to content

Commit

Permalink
Also fix the pub use
Browse files Browse the repository at this point in the history
  • Loading branch information
ivmarkov committed Nov 22, 2024
1 parent 23dc7a3 commit 64c056b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edge-nal-std/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ use edge_nal::{
TcpSplit, UdpBind, UdpConnect, UdpReceive, UdpSend, UdpSplit,
};

#[cfg(all(unix, not(target_os = "espidf")))]
#[cfg(any(target_os = "linux", target_os = "android"))]
pub use raw::*;

#[derive(Default, Clone)]
Expand Down

0 comments on commit 64c056b

Please sign in to comment.