Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.31.0"
version = "0.32.0"
authors = ["shellrow <shellrow@fortnium.com>"]
edition = "2021"
description = "Cross-platform library for network interface"
Expand Down
6 changes: 3 additions & 3 deletions 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.31"
netdev = "0.32"
```

For more details, see [examples][examples-url] or [doc][doc-url].
Expand All @@ -52,12 +52,12 @@ For more details, see [examples][examples-url] or [doc][doc-url].
- Arch
- 2024.05.01
- macOS (Apple Silicon)
- 14.5
- 14.6.1
- macOS (Intel)
- 13.4.1
- 11.6
- Windows
- 11 23H2 22631.3593
- 11 23H2 22631.4602
- 11 Pro 22H2 22621.3155
- 11 22H2 22621.3155
- 10 21H2 19044.1586
Expand Down
Loading