Skip to content

Commit 415ed60

Browse files
committed
Bump to version 0.1.6
1 parent cb0d174 commit 415ed60

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2018"
33
name = "resynth"
4-
version = "0.1.5"
4+
version = "0.1.6"
55
description = "A packet synthesis language"
66
authors = ["Gianni Tedesco <gianni@scaramanga.co.uk>"]
77
license = "GPL-3.0-only"
@@ -42,8 +42,8 @@ lto = true
4242
[workspace]
4343

4444
[dependencies]
45-
pkt = { path = "pkt", version = "0.1.5" }
46-
ezpkt = { path = "ezpkt", version = "0.1.5" }
45+
pkt = { path = "pkt", version = "0.1.6" }
46+
ezpkt = { path = "ezpkt", version = "0.1.6" }
4747

4848
lazy-regex = "2.2.2"
4949
regex = "1.5.4"

ezpkt/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2018"
33
name = "ezpkt"
4-
version = "0.1.5"
4+
version = "0.1.6"
55
description = "A packet construction library"
66
authors = ["Gianni Tedesco <gianni@scaramanga.co.uk>"]
77
license = "GPL-3.0-only"
@@ -25,4 +25,4 @@ include = [
2525
]
2626

2727
[dependencies]
28-
pkt = { path = "../pkt", version = "0.1.5" }
28+
pkt = { path = "../pkt", version = "0.1.6" }

pkt/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2018"
33
name = "pkt"
4-
version = "0.1.5"
4+
version = "0.1.6"
55
description = "A packet construction library"
66
authors = ["Gianni Tedesco <gianni@scaramanga.co.uk>"]
77
license = "GPL-3.0-only"

0 commit comments

Comments
 (0)