Bump version to 0.8.2

main
shellrow 2 years ago
parent f4118443cc
commit 3e13ec01e5
  1. 2
      Cargo.toml
  2. 2
      README.md

@ -1,6 +1,6 @@
[package]
name = "default-net"
version = "0.8.1"
version = "0.8.2"
authors = ["shellrow <shellrow@protonmail.com>"]
edition = "2018"
description = "Cross-platform library for network interface and gateway"

@ -18,7 +18,7 @@
Add `default-net` to your dependencies
```toml:Cargo.toml
[dependencies]
default-net = "0.8.1"
default-net = "0.8.2"
```
## Example

Loading…
Cancel
Save