Skip to content

Commit

Permalink
Bump v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ssrlive committed Jan 18, 2024
1 parent a80efc3 commit c2bb8e1
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 = "tun2"
version = "0.7.0"
version = "0.7.1"
edition = "2021"

authors = ["meh. <meh@schizofreni.co>", "@ssrlive"]
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ First, add the following to your `Cargo.toml`:

```toml
[dependencies]
tun2 = "0.6"
tun2 = "0.7"
```

If you want to use the TUN interface with mio/tokio, you need to enable the `async` feature:

```toml
[dependencies]
tun2 = { version = "0.6", features = ["async"] }
tun2 = { version = "0.7", features = ["async"] }
```

Example
Expand Down

0 comments on commit c2bb8e1

Please sign in to comment.