Skip to content

Commit 49e43eb

Browse files
committed
Bump version
1 parent 8f0c3e5 commit 49e43eb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ntex-amqp"
3-
version = "2.1.3"
3+
version = "2.1.4"
44
authors = ["ntex contributors <[email protected]>"]
55
description = "AMQP 1.0 Client/Server framework"
66
documentation = "https://docs.rs/ntex-amqp"

tests/test_server.rs

-2
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ async fn test_simple() -> std::io::Result<()> {
9494

9595
#[ntex::test]
9696
async fn test_large_transfer() -> std::io::Result<()> {
97-
let _ = env_logger::init();
98-
9997
let mut rng = thread_rng();
10098
let data: String = (0..2048)
10199
.map(|_| rng.sample(Alphanumeric) as char)

0 commit comments

Comments
 (0)