Matrix-Zhang / tokio_kcp

A Kcp implementation for tokio
MIT License
176 stars 44 forks source link

依赖版本建议 #15

Closed Joinhack closed 2 years ago

Joinhack commented 2 years ago

建议使用版本不用写死,如tokio = { version = "1.11", features = ["net", "sync", "rt"] }可换成tokio = { version = "1", features = ["net", "sync", "rt"] }

zonyitoo commented 2 years ago

需要写死,并不一定1.11之前的版本可以用。