We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86a97e4 commit e130f46Copy full SHA for e130f46
uefi/Cargo.toml
@@ -43,7 +43,8 @@ uguid.workspace = true
43
cfg-if = "1.0.0"
44
ucs2 = "0.3.3"
45
uefi-macros = "0.19.0"
46
-uefi-raw = "0.12.0"
+# TODO: switch back to public version before merging.
47
+uefi-raw.path = "../uefi-raw"
48
qemu-exit = { version = "3.0.2", optional = true }
49
50
[package.metadata.docs.rs]
uefi/src/proto/network/mod.rs
@@ -21,5 +21,6 @@ pub mod http;
21
pub mod ip4config2;
22
pub mod pxe;
23
pub mod snp;
24
+pub mod tcpv4;
25
26
pub use uefi_raw::MacAddress as EfiMacAddr;
0 commit comments