Skip to content

Commit

Permalink
Bump version to 3.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanmckay committed Jul 3, 2020
1 parent 102f7eb commit b5e1071
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.1.5"
version = "3.1.6"
authors = ["Dylan McKay <me@dylanmckay.io>"]

description = "Easy protocol definitions"
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.1.5"
version = "3.1.6"
authors = ["Dylan McKay <me@dylanmckay.io>"]

description = "Easy protocol definitions"
Expand All @@ -22,7 +22,7 @@ num-traits = "0.2"

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

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

0 comments on commit b5e1071

Please sign in to comment.