Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

request tokio 1.x supported #29

Closed
yinheli opened this issue Feb 26, 2021 · 10 comments
Closed

request tokio 1.x supported #29

yinheli opened this issue Feb 26, 2021 · 10 comments

Comments

@yinheli
Copy link

yinheli commented Feb 26, 2021

Is there any plan to supported tokio 1.x ?

@meh
Copy link
Owner

meh commented Feb 26, 2021

Yep, I have a half finished local changes, but if anyone does it faster than me I'll take care of it, soon™.

Just keep pinging me until I do it 🐼

@yinheli
Copy link
Author

yinheli commented Feb 28, 2021

awesome

@MagicRB
Copy link

MagicRB commented Mar 12, 2021

ping :)

@avinassh
Copy link

ping :) @meh

@yinheli
Copy link
Author

yinheli commented Apr 1, 2021

ping :)

@spacemeowx2
Copy link

ping :) Did you forget to publish to crates.io?

@mor9x
Copy link

mor9x commented Jul 2, 2021

ping :)

1 similar comment
@FH0
Copy link

FH0 commented Jul 5, 2021

ping :)

@zonyitoo
Copy link
Contributor

zonyitoo commented Aug 4, 2021

@meh Hey, please release a new version to crates.io.

@zonyitoo
Copy link
Contributor

zonyitoo commented Aug 5, 2021

rust-tun/src/lib.rs

Lines 30 to 39 in 19906c0

#[cfg(all(
feature = "async",
any(target_os = "linux", target_os = "macos", target_os = "ios")
))]
pub mod r#async;
#[cfg(all(
feature = "async",
any(target_os = "linux", target_os = "macos", target_os = "ios")
))]
pub use r#async::*;

The async feature should also support target_os = "android"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

9 participants