Bump version to 0.8.0

main
shellrow 3 years ago
parent 1875148ab6
commit 1569bb2dd0
  1. 2
      Cargo.toml
  2. 2
      README.md

@ -1,6 +1,6 @@
[package]
name = "default-net"
version = "0.7.0"
version = "0.8.0"
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.7.0"
default-net = "0.8.0"
```
## Example

Loading…
Cancel
Save