Skip to content

Commit

Permalink
Bump
Browse files Browse the repository at this point in the history
  • Loading branch information
kornelski committed Sep 27, 2022
1 parent 5c11a5e commit 941441f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion rmp-serde/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rmp-serde"
version = "1.1.0"
version = "1.1.1"
authors = ["Evgeny Safronov <[email protected]>"]
license = "MIT"
description = "Serde bindings for RMP"
Expand All @@ -11,6 +11,9 @@ keywords = ["msgpack", "MessagePack", "serde", "serialization"]
categories = ["encoding"]
edition = "2018"

[package.metadata.release]
tag-prefix = "{{crate_name}}/"

[dependencies]
byteorder = "1.4.3"
serde = "1.0.136"
Expand Down

0 comments on commit 941441f

Please sign in to comment.