Skip to content

Commit b85d3cd

Browse files
committed
Change version to 0.7.0
1 parent a2285ac commit b85d3cd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "dns-message-parser"
3-
version = "0.6.0"
3+
version = "0.7.0"
44
authors = ["LinkTed <[email protected]>"]
55
edition = "2018"
66
readme = "README.md"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ A library to encode and decode DNS packets ([RFC1035](https://tools.ietf.org/htm
1313
Add this to your `Cargo.toml`:
1414
```toml
1515
[dependencies]
16-
dns-message-parser = "~0.6.0"
16+
dns-message-parser = "0.7.0"
1717
```
1818

1919
## Example

0 commit comments

Comments
 (0)