Skip to content

Commit

Permalink
Version 0.1.11
Browse files Browse the repository at this point in the history
  • Loading branch information
giannitedesco committed Nov 11, 2022
1 parent 0edee22 commit ffb8498
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "resynth"
version = "0.1.10"
version = "0.1.11"
description = "A packet synthesis language"
authors = ["Gianni Tedesco <[email protected]>"]
license = "GPL-3.0-only"
Expand Down Expand Up @@ -42,8 +42,8 @@ lto = true
[workspace]

[dependencies]
pkt = { path = "pkt", version = "0.1.10" }
ezpkt = { path = "ezpkt", version = "0.1.10" }
pkt = { path = "pkt", version = "0.1.11" }
ezpkt = { path = "ezpkt", version = "0.1.11" }

lazy-regex = "2.2.2"
regex = "1.5.4"
Expand Down
4 changes: 2 additions & 2 deletions ezpkt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "ezpkt"
version = "0.1.10"
version = "0.1.11"
description = "A packet construction library"
authors = ["Gianni Tedesco <[email protected]>"]
license = "GPL-3.0-only"
Expand All @@ -25,4 +25,4 @@ include = [
]

[dependencies]
pkt = { path = "../pkt", version = "0.1.10" }
pkt = { path = "../pkt", version = "0.1.11" }
2 changes: 1 addition & 1 deletion pkt/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2018"
name = "pkt"
version = "0.1.10"
version = "0.1.11"
description = "A packet construction library"
authors = ["Gianni Tedesco <[email protected]>"]
license = "GPL-3.0-only"
Expand Down

0 comments on commit ffb8498

Please sign in to comment.