Skip to content

Commit

Permalink
types: v1.2.0
Browse files Browse the repository at this point in the history
Signed-off-by: Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
  • Loading branch information
Keruspe committed Mar 2, 2019
1 parent 9c22c79 commit 4e9c75c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion types/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "amq-protocol-types"
version = "1.1.1" # remember to update html_root_url
version = "1.2.0" # remember to update html_root_url
edition = "2018"
authors = ["Marc-Antoine Perennou <%arc-Antoine@Perennou.com>"]
description = "AMQP specifications - types"
Expand Down
2 changes: 1 addition & 1 deletion types/src/lib.rs
@@ -1,6 +1,6 @@
#![deny(missing_docs)]
#![warn(rust_2018_idioms)]
#![doc(html_root_url = "https://docs.rs/amq-protocol-types/1.1.1/")]
#![doc(html_root_url = "https://docs.rs/amq-protocol-types/1.2.0/")]

//! # AMQP types manipulation library
//!
Expand Down

0 comments on commit 4e9c75c

Please sign in to comment.