mirror of https://github.com/fafhrd91/actix-net
				
				
				
			re-export tokio_util::io::poll_read_buf
This commit is contained in:
		
							parent
							
								
									c1954d762d
								
							
						
					
					
						commit
						ac2d63b417
					
				| 
						 | 
					@ -3,7 +3,7 @@
 | 
				
			||||||
## Unreleased - 2020-xx-xx
 | 
					## Unreleased - 2020-xx-xx
 | 
				
			||||||
* Upgrade `pin-project` to `1.0`.
 | 
					* Upgrade `pin-project` to `1.0`.
 | 
				
			||||||
* Update `tokio` dependency to 0.3.1.
 | 
					* Update `tokio` dependency to 0.3.1.
 | 
				
			||||||
* Update `tokio-util` dependency to 0.4.
 | 
					* Update `tokio-util` dependency to 0.5.1.
 | 
				
			||||||
 | 
					
 | 
				
			||||||
## 0.3.0 - 2020-08-23
 | 
					## 0.3.0 - 2020-08-23
 | 
				
			||||||
* No changes from beta 2.
 | 
					* No changes from beta 2.
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -20,3 +20,4 @@ pub use self::framed::{Framed, FramedParts};
 | 
				
			||||||
 | 
					
 | 
				
			||||||
pub use tokio::io::{AsyncRead, AsyncWrite, ReadBuf};
 | 
					pub use tokio::io::{AsyncRead, AsyncWrite, ReadBuf};
 | 
				
			||||||
pub use tokio_util::codec::{Decoder, Encoder};
 | 
					pub use tokio_util::codec::{Decoder, Encoder};
 | 
				
			||||||
 | 
					pub use tokio_util::io::poll_read_buf;
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue