Skip to content

Commit 87c77fc

Browse files
mikemiles-devMichael Mileusnich
and
Michael Mileusnich
authored
Removed insta for non dev-dependency. (#13)
Co-authored-by: Michael Mileusnich <[email protected]>
1 parent 081027a commit 87c77fc

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "netflow_parser"
33
description = "Parser for Netflow Cisco V5, V7, V9, IPFIX"
4-
version = "0.1.3"
4+
version = "0.1.4"
55
edition = "2021"
66
77
license = "MIT OR Apache-2.0"
@@ -15,7 +15,6 @@ env_logger = "0.9.0"
1515
nom = "7.1.3"
1616
nom-derive = "0.10.1"
1717
serde = { version = "1.0.166", features = ["derive"] }
18-
insta = { version = "1.30.0", features = ["yaml"] }
1918

2019
[dev-dependencies]
2120
insta = { version = "1.30.0", features = ["yaml"] }

RELEASES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
# 0.1.4
2+
* Removed insta for non dev-dependency.
3+
14
# 0.1.3
25
* unix_secs and unix_nsecs for V5 are now pub.
36

0 commit comments

Comments
 (0)