We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbb5bf5 commit a30de7cCopy full SHA for a30de7c
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ndisapi"
3
-version = "0.6.0"
+version = "0.6.2"
4
edition = "2021"
5
authors = ["Vadim Smirnov <vadim@ntkernel.com>"]
6
description = "Rust crate for interacting with the Windows Packet Filter driver (NDISAPI)"
README.md
@@ -28,7 +28,7 @@ Add the following to your `Cargo.toml` file:
28
29
```toml
30
[dependencies]
31
-ndisapi = "0.6.0"
+ndisapi = "0.6.2"
32
```
33
34
## Usage
0 commit comments