Skip to content

Commit

Permalink
update ver
Browse files Browse the repository at this point in the history
  • Loading branch information
indexds committed Jan 9, 2025
1 parent 55a5966 commit a7b4afd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 0 additions & 3 deletions src/network/eth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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()?;

Expand Down

0 comments on commit a7b4afd

Please sign in to comment.