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

add Requirements for using rust-tun #32

Closed
wants to merge 1 commit into from
Closed

Conversation

Drumato
Copy link

@Drumato Drumato commented Mar 19, 2021

Thanks to create this awesome crate!
I tryed to use this crate in my project, but it's not worked in stable channel such as below.

[dependencies]
tun = "0.3"
$ rustup show
Default host: x86_64-unknown-linux-gnu
rustup home:  ~/.rustup

stable-x86_64-unknown-linux-gnu (default)
rustc 1.50.0 (cb75ad5db 2021-02-10)

because #![feature] used in src/lib.rs.
so I added a sentence that tells users should use rust-tun with nightly released rustc.

@Drumato
Copy link
Author

Drumato commented Mar 19, 2021

I realized no warnings if specifying version is 0.5.1.
Should I close this PR?
or change the version written in README.md#Usage from 0.3 to 0.5.1?

zonyitoo pushed a commit to zonyitoo/rust-tun that referenced this pull request Feb 18, 2024
* detail packet_information

* cargo fmt

* allow deprecated annotation

* Update mod.rs

* Update README.md

* update doc

* update doc

---------

Co-authored-by: ssrlive <30760636+ssrlive@users.noreply.github.com>
@ssrlive ssrlive closed this Oct 27, 2024
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

Successfully merging this pull request may close these issues.

2 participants