Bump version to 0.15.0
@ -45,8 +45,8 @@ jobs:
fail-fast: false
matrix:
target:
- x86_64-unknown-linux-gnu
- i686-unknown-linux-gnu
- x86_64-unknown-linux-musl
- i686-unknown-linux-musl
- armv7-linux-androideabi
- aarch64-linux-android
@ -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.