Skip to content

Commit

Permalink
[TRIVIAL]: Version bump 0.5.6 (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
wiresock authored Mar 12, 2024
1 parent 45f18de commit 9b428a0
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 = "ndisapi"
version = "0.5.5"
version = "0.5.6"
edition = "2021"
authors = ["Vadim Smirnov <[email protected]>"]
description = "Rust crate for interacting with the Windows Packet Filter driver (NDISAPI)"
Expand Down
2 changes: 1 addition & 1 deletion 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.5.5"
ndisapi = "0.5.6"
```

## Usage
Expand Down

0 comments on commit 9b428a0

Please sign in to comment.