We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75552eb commit 5164cbdCopy full SHA for 5164cbd
2 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "dns-message-parser"
3
-version = "0.8.0"
+version = "0.9.0"
4
authors = ["LinkTed <link.ted@mailbox.org>"]
5
edition = "2018"
6
readme = "README.md"
README.md
@@ -13,7 +13,7 @@ A library to encode and decode DNS packets ([RFC1035](https://tools.ietf.org/htm
13
Add this to your `Cargo.toml`:
14
```toml
15
[dependencies]
16
-dns-message-parser = "0.7.0"
+dns-message-parser = "0.9.0"
17
```
18
19
## Example
0 commit comments