Skip to content

Commit ae808cf

Browse files
committed
Bump version to 3.1.9
1 parent 9013661 commit ae808cf

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

protocol-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protocol-derive"
3-
version = "3.1.8"
3+
version = "3.1.9"
44
authors = ["Dylan McKay <[email protected]>"]
55
edition = "2018"
66

protocol/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "protocol"
3-
version = "3.1.8"
3+
version = "3.1.9"
44
authors = ["Dylan McKay <[email protected]>"]
55
edition = "2018"
66

@@ -23,7 +23,7 @@ num-traits = "0.2"
2323

2424
[dev-dependencies]
2525
# Used in examples
26-
protocol-derive = { path = "../protocol-derive", version = "3.1.8" }
26+
protocol-derive = { path = "../protocol-derive", version = "3.1.9" }
2727

2828
[[example]]
2929
name = "basic"

0 commit comments

Comments
 (0)