Skip to content

Commit 044a913

Browse files
committed
Release 0.4.0
1 parent 0be2b9a commit 044a913

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ keywords = ["NTP","time","protocol","parser","nom"]
55
homepage = "https://github.com/rusticata/ntp-parser"
66
repository = "https://github.com/rusticata/ntp-parser.git"
77
name = "ntp-parser"
8-
version = "0.3.0"
8+
version = "0.4.0"
99
authors = ["Pierre Chifflier <[email protected]>"]
1010
readme = "README.md"
1111
categories = ["network-programming", "parser-implementations"]

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@ ntp-parser is a parser for the NTP protocol.
1111

1212
## Changes
1313

14+
### 0.4.0
15+
16+
- Set edition to 2018
17+
- Upgrade to nom 5
18+
1419
### 0.3.0
1520

1621
- Upgrade to nom 4

0 commit comments

Comments
 (0)