Skip to content

Commit

Permalink
Release 0.7.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jmjoy committed Jun 21, 2021
1 parent 29ca656 commit a330dfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "fastcgi-client"
version = "0.6.2"
version = "0.7.0"
authors = ["jmjoy <[email protected]>"]
edition = "2018"
description = "Fastcgi client implemented for Rust."
Expand Down
2 changes: 1 addition & 1 deletion src/meta.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl Header {
where
F: Fn(Header) -> Header,
R: AsyncRead + Unpin,
W: AsyncWrite + Unpin
W: AsyncWrite + Unpin,
{
let mut buf: [u8; MAX_LENGTH] = [0; MAX_LENGTH];
let mut had_writen = false;
Expand Down

0 comments on commit a330dfd

Please sign in to comment.