Merge pull request #33 from shellrow/dev

Bump version to 0.15.0
main
shellrow 2 years ago committed by GitHub
commit 719b85627a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      .github/workflows/ci.yml
  2. 2
      Cargo.toml
  3. 2
      README.md

@ -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.

Loading…
Cancel
Save