Bump version to 0.10.0

main
shellrow 2 years ago
parent eb16ba8c99
commit 3edf665117
  1. 2
      Cargo.toml
  2. 2
      README.md

@ -1,6 +1,6 @@
[package]
name = "default-net"
version = "0.9.0"
version = "0.10.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.9.0"
default-net = "0.10.0"
```
## Example

Loading…
Cancel
Save