dani-garcia / rust_async_ftp

Fork of https://crates.io/crates/ftp with tokio async support
Apache License 2.0
21 stars 14 forks source link

Update to Tokio 0.3 #4

Closed dani-garcia closed 3 years ago

dani-garcia commented 4 years ago

Can be tested adding this to Cargo.toml:

[patch.crates-io]
async_ftp = { git = 'https://github.com/dani-garcia/rust_async_ftp', branch = 'tokio03' }
anton-dutov commented 3 years ago

Fine, but now tokio 1.0 released

dani-garcia commented 3 years ago

New release 5.0.0 published on crates.io

anton-dutov commented 3 years ago

Thank you!