Skip to content

Commit a30de7c

Browse files
authored
chore(release): bump version to 0.6.2 (#29)
1 parent dbb5bf5 commit a30de7c

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ndisapi"
3-
version = "0.6.0"
3+
version = "0.6.2"
44
edition = "2021"
55
authors = ["Vadim Smirnov <vadim@ntkernel.com>"]
66
description = "Rust crate for interacting with the Windows Packet Filter driver (NDISAPI)"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Add the following to your `Cargo.toml` file:
2828

2929
```toml
3030
[dependencies]
31-
ndisapi = "0.6.0"
31+
ndisapi = "0.6.2"
3232
```
3333

3434
## Usage

0 commit comments

Comments
 (0)