Skip to content

Commit b5b7954

Browse files
committed
Bump version 0.8.1
1 parent d983f0c commit b5b7954

3 files changed

Lines changed: 1 addition & 3 deletions

File tree

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "socks5-impl"
3-
version = "0.8.0"
3+
version = "0.8.1"
44
authors = ["ssrlive <ssrlivebox@gmail.com>"]
55
description = "Fundamental abstractions and async read / write functions for SOCKS5 protocol and Relatively low-level asynchronized SOCKS5 server implementation based on tokio"
66
categories = ["network-programming", "asynchronous"]

src/server/connection/associate.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ use std::{
55
pin::Pin,
66
sync::atomic::{AtomicUsize, Ordering},
77
task::{Context, Poll},
8-
time::Duration,
98
};
109
use tokio::{
1110
io::{AsyncRead, AsyncReadExt, AsyncWrite, AsyncWriteExt, ReadBuf},

src/server/connection/bind.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ use std::{
44
net::SocketAddr,
55
pin::Pin,
66
task::{Context, Poll},
7-
time::Duration,
87
};
98
use tokio::{
109
io::{AsyncRead, AsyncWrite, AsyncWriteExt, ReadBuf},

0 commit comments

Comments
 (0)