Skip to content

Commit c6028cd

Browse files
authored
Merge pull request #316 from doyoubi/BumpVersion
Bump version to 0.6.1
2 parents 014d94a + af8c5f3 commit c6028cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "undermoon"
3-
version = "0.6.0"
3+
version = "0.6.1"
44
authors = ["doyoubi"]
55
edition = "2018"
66

src/proxy/session.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ where
258258
loop {
259259
match Pin::new(&mut reader).poll_next(cx) {
260260
Poll::Ready(None) => {
261-
info!("Session is closed by peer");
261+
debug!("Session is closed by peer");
262262
return Poll::Ready(Ok(()));
263263
}
264264
Poll::Ready(Some(req)) => {

0 commit comments

Comments
 (0)