Skip to content

Commit

Permalink
Bump version 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Aug 31, 2024
1 parent dcedd44 commit 116359c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wintun-bindings"
version = "0.6.4"
version = "0.7.0"
edition = "2021"
authors = [
"ssrlive",
Expand All @@ -22,6 +22,7 @@ targets = [
"i686-pc-windows-msvc",
"x86_64-pc-windows-msvc",
]
features = ["async"]

[features]
default = []
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ wintun's internal ring buffer.
Just add `async` feature to your `Cargo.toml`:
```toml
[dependencies]
wintun-bindings = { version = "0.6", features = ["async"] }
wintun-bindings = { version = "0.7", features = ["async"] }
```
And simply transform your `Session` into an `AsyncSession`:
```rust
Expand Down

0 comments on commit 116359c

Please sign in to comment.