Skip to content

Commit

Permalink
Bump version to 3.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmckay committed Sep 10, 2022
1 parent a3351ce commit b171697
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion protocol-derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protocol-derive"
version = "3.3.0"
version = "3.4.0"
authors = ["Dylan McKay <[email protected]>"]
edition = "2018"

Expand Down
6 changes: 3 additions & 3 deletions protocol/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "protocol"
version = "3.3.0"
version = "3.4.0"
authors = ["Dylan McKay <[email protected]>"]
edition = "2018"

Expand All @@ -24,7 +24,7 @@ impl-box = [] # Should be enabled by default but it conflicts with 'high-level-t
middleware-compression = ["flate2"]

[dependencies]
protocol-derive = { version = "3.3.0", path = "../protocol-derive", optional = true }
protocol-derive = { version = "3.4.0", path = "../protocol-derive", optional = true }
byteorder = "1.4"
flate2 = { version = "1.0", optional = true }
uuid = { version = "0.8", optional = true }
Expand All @@ -33,7 +33,7 @@ num-traits = "0.2"

[dev-dependencies]
# Used in examples
protocol-derive = { path = "../protocol-derive", version = "3.3.0" }
protocol-derive = { path = "../protocol-derive", version = "3.4.0" }

[[example]]
name = "basic"
Expand Down

0 comments on commit b171697

Please sign in to comment.