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] [package]
name = "default-net" name = "default-net"
version = "0.7.0" version = "0.8.0"
authors = ["shellrow <shellrow@protonmail.com>"] authors = ["shellrow <shellrow@protonmail.com>"]
edition = "2018" edition = "2018"
description = "Cross-platform library for network interface and gateway" description = "Cross-platform library for network interface and gateway"

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

Loading…
Cancel
Save