Skip to content

Commit

Permalink
Release v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alexforster committed Feb 25, 2021
1 parent 8780151 commit 3f6d612
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 = "pdu"
version = "1.0.1"
version = "1.1.0"
description = "Small, fast, and correct L2/L3/L4 packet parser."
readme = "README.md"
authors = ["Alex Forster <[email protected]>"]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ enum variants.

```toml
[dependencies]
pdu = "1.0"
pdu = "1.1"
```

#### Examples
Expand Down

0 comments on commit 3f6d612

Please sign in to comment.