Merge pull request #21 from shellrow/dev

Bump version to 0.13.1
main
shellrow 1 year ago committed by GitHub
commit 8f22d88792
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      Cargo.toml
  2. 2
      README.md

@ -1,6 +1,6 @@
[package]
name = "default-net"
version = "0.13.0"
version = "0.13.1"
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.12.0"
default-net = "0.13"
```
For more details, see [examples][examples-url] or doc.

Loading…
Cancel
Save