Skip to content

Commit

Permalink
remove unused dep crossbeam and rolled up version
Browse files Browse the repository at this point in the history
  • Loading branch information
minghuaw committed Mar 16, 2022
1 parent 783a250 commit e5b663a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.4", path = "../../fe2o3-amqp" }
fe2o3-amqp = { version = "0.0.5", path = "../../fe2o3-amqp" }
tokio = { version = "1.11.0", features = ["net", "macros", "rt-multi-thread", "time"] }
tracing = "0.1.31"
tracing-subscriber = "0.3.9"
Expand Down
3 changes: 1 addition & 2 deletions 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.4"
version = "0.0.5"
edition = "2021"
description = "An implementation of AMQP1.0 protocol based on serde and tokio"
license = "MIT/Apache-2.0"
Expand Down Expand Up @@ -42,7 +42,6 @@ url = "2"
slab = "0.4"
tokio-stream = { version = "0.1", features = ["time"] }
async-trait = "0.1"
crossbeam = "0.8"
serde_bytes = "0.11"
tracing = "0.1"

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.5

1. Removed unused dependency `crossbeam`

## 0.0.4

1. TLS is only supported if either "rustls" or "native-tls" feature is enabled.
Expand Down

0 comments on commit e5b663a

Please sign in to comment.