Skip to content

Commit

Permalink
Bump version to 0.25.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shellrow committed Apr 7, 2024
1 parent 9b7b0d3 commit 50ae0ba
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 = "netdev"
version = "0.24.0"
version = "0.25.0"
authors = ["shellrow <[email protected]>"]
edition = "2021"
description = "Cross-platform library for network interface"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ This project was rebranded from [default-net][default-net-crates-io-url] by the
Add `netdev` to your dependencies
```toml:Cargo.toml
[dependencies]
netdev = "0.24"
netdev = "0.25"
```

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

0 comments on commit 50ae0ba

Please sign in to comment.