Skip to content

suppaftp 6.0.3

Compare
Choose a tag to compare
@veeso veeso released this 15 Oct 07:37
· 5 commits to main since this release
e12fa00

6.0.3

Released on 15/10/2024

  • Added Send marker to the Closure: dyn Fn(SocketAddr) -> Pin<Box<dyn Future<Output = FtpResult<TcpStream>> + Send>> + Send;
  • Added unit test to guarantee that FtpStream stays Send