Skip to content

Commit

Permalink
Merge pull request #51 from shellrow/release
Browse files Browse the repository at this point in the history
Bump version to 0.21.0
  • Loading branch information
shellrow authored Nov 11, 2023
2 parents fb4cb79 + 7d11694 commit b339376
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "default-net"
version = "0.20.0"
version = "0.21.0"
authors = ["shellrow <[email protected]>"]
edition = "2021"
description = "Cross-platform library for network interface and gateway"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
Add `default-net` to your dependencies
```toml:Cargo.toml
[dependencies]
default-net = "0.20"
default-net = "0.21"
```

For more details, see [examples][examples-url] or doc.
Expand Down

0 comments on commit b339376

Please sign in to comment.