Bump version to 0.15.0

main
shellrow 1 year ago
parent 3b4c18f550
commit ef18deff67
  1. 2
      Cargo.toml
  2. 2
      README.md

@ -1,6 +1,6 @@
[package]
name = "default-net"
version = "0.14.1"
version = "0.15.0"
authors = ["shellrow <shellrow@protonmail.com>"]
edition = "2021"
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.14"
default-net = "0.15"
```
For more details, see [examples][examples-url] or doc.

Loading…
Cancel
Save