Skip to content

Commit

Permalink
Merge pull request #61 from shellrow/update-deps
Browse files Browse the repository at this point in the history
Update deps
  • Loading branch information
shellrow authored Apr 7, 2024
2 parents a4de10c + 50ae0ba commit 18102e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions 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 All @@ -27,7 +27,7 @@ netlink-sys = "0.8"
memalloc = "0.1.0"

[target.'cfg(windows)'.dependencies.windows]
version = "0.52.0"
version = "0.54.0"
features = ["Win32_Foundation","Win32_NetworkManagement_IpHelper", "Win32_Networking_WinSock", "Win32_NetworkManagement_Ndis"]

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.dependencies]
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 18102e5

Please sign in to comment.