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] [package]
name = "default-net" name = "default-net"
version = "0.9.0" version = "0.10.0"
authors = ["shellrow <shellrow@protonmail.com>"] authors = ["shellrow <shellrow@protonmail.com>"]
edition = "2021" edition = "2021"
description = "Cross-platform library for network interface and gateway" description = "Cross-platform library for network interface and gateway"

@ -18,7 +18,7 @@
Add `default-net` to your dependencies Add `default-net` to your dependencies
```toml:Cargo.toml ```toml:Cargo.toml
[dependencies] [dependencies]
default-net = "0.9.0" default-net = "0.10.0"
``` ```
## Example ## Example

Loading…
Cancel
Save