Skip to content

Commit

Permalink
rolled up version
Browse files Browse the repository at this point in the history
  • Loading branch information
minghuaw committed Mar 11, 2022
1 parent 8e1157a commit 4e4f14c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/protocol_test/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
fe2o3-amqp = {version = "0.0.2", path = "../../fe2o3-amqp"}
fe2o3-amqp = {version = "0.0.3", path = "../../fe2o3-amqp"}
tokio = { version = "1.11.0", features = ["net", "macros", "rt-multi-thread", "time"] }
tracing = "0.1.31"
tracing-subscriber = "0.3.9"
2 changes: 1 addition & 1 deletion fe2o3-amqp/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fe2o3-amqp"
version = "0.0.2"
version = "0.0.3"
edition = "2021"
description = "An implementation of AMQP1.0 protocol based on serde and tokio"
license = "MIT/Apache-2.0"
Expand Down
4 changes: 4 additions & 0 deletions fe2o3-amqp/Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 0.0.3

1. Made session and link's errors public

## 0.0.2

1. Added `#![deny(missing_docs, missing_debug_implementations)]`
Expand Down

0 comments on commit 4e4f14c

Please sign in to comment.