Skip to content

Commit 941441f

Browse files
committed
Bump
1 parent 5c11a5e commit 941441f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

rmp-serde/Cargo.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "rmp-serde"
3-
version = "1.1.0"
3+
version = "1.1.1"
44
authors = ["Evgeny Safronov <division494@gmail.com>"]
55
license = "MIT"
66
description = "Serde bindings for RMP"
@@ -11,6 +11,9 @@ keywords = ["msgpack", "MessagePack", "serde", "serialization"]
1111
categories = ["encoding"]
1212
edition = "2018"
1313

14+
[package.metadata.release]
15+
tag-prefix = "{{crate_name}}/"
16+
1417
[dependencies]
1518
byteorder = "1.4.3"
1619
serde = "1.0.136"

0 commit comments

Comments
 (0)