Skip to content

Commit

Permalink
Bump version to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmckay committed Sep 10, 2022
1 parent c45bfb0 commit 3eb6f46
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.2.8"
version = "3.3.0"
authors = ["Dylan McKay <[email protected]>"]
edition = "2018"

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

Expand Down Expand Up @@ -30,7 +30,7 @@ num-traits = "0.2"

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

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

0 comments on commit 3eb6f46

Please sign in to comment.