Skip to content

v0.4.0

Latest
Compare
Choose a tag to compare
@TroyNeubauer TroyNeubauer released this 12 Jan 14:40
· 2 commits to main since this release
8988a04

Added

  • Adapter::get_mtu, set_dns_servers, and Adapter::get_active_network_interface_gateways: #13
  • Error::ShuttingDown: #14

Breaking Changes

  • Adding the ShuttingDown variant to wintun::Error breaks exhastive matches on previous versions. wintun::Error is now marked #[non_exhaustive] to make future additions backwards compatable