Skip to content

Commit

Permalink
Develop (#12)
Browse files Browse the repository at this point in the history
* [v0.4.5]: Updated EthMRequest implementation

* Bumped version to v0.5.1 to reflect recent API modifications
  • Loading branch information
wiresock authored Jul 20, 2023
1 parent 4afb480 commit ac36764
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 = "ndisapi"
version = "0.4.6"
version = "0.5.1"
edition = "2021"
authors = ["Vadim Smirnov <vadim@ntkernel.com>"]
description = "Rust crate for interacting with the Windows Packet Filter driver (NDISAPI)"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add the following to your `Cargo.toml` file:

```toml
[dependencies]
ndisapi = "0.4.6"
ndisapi = "0.5.1"
```

## Usage
Expand Down Expand Up @@ -68,7 +68,7 @@ Here is an example of how to run the `listadapters` example:

```bash
PS D:\firezone\ndisapi> cargo run --example listadapters
Compiling ndisapi v0.4.5 (D:\firezone\ndisapi)
Compiling ndisapi v0.5.1 (D:\firezone\ndisapi)
Finished dev [unoptimized + debuginfo] target(s) in 3.22s
Running `target\debug\examples\listadapters.exe`
Detected Windows Packet Filter version 3.4.3
Expand Down

0 comments on commit ac36764

Please sign in to comment.