From a7b4afd297a44cb9a3d8c9804940ae78b8b48baf Mon Sep 17 00:00:00 2001 From: _index Date: Thu, 9 Jan 2025 20:06:06 +0100 Subject: [PATCH] update ver --- Cargo.toml | 2 +- src/network/eth.rs | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b223c2..5d8703c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,7 @@ version = "0.1.0" authors = ["indexds https://github.com/indexds"] edition = "2021" resolver = "2" -rust-version = "1.81" +rust-version = "1.82" readme = "README.md" description = "A cutting-edge hardware solution designed to secure data exchanges and protect devices from hardware-based threats." repository = "https://github.com/indexds/charizhard" diff --git a/src/network/eth.rs b/src/network/eth.rs index 8762980..8766fc9 100644 --- a/src/network/eth.rs +++ b/src/network/eth.rs @@ -59,9 +59,6 @@ pub fn start( })?, )?; - log::info!("Enabling ethernet NAPT.."); - eth_netif.netif_mut().enable_napt(true)?; - log::info!("Starting ethernet netif.."); eth_netif.start()?;