mirror of
https://github.com/arampoire/onetun.git
synced 2025-11-30 23:00:25 -05:00
Pin smoltcp to commit
This commit is contained in:
parent
5ae1dca598
commit
bc39fd6306
2 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ clap = { version = "2.33", default-features = false, features = ["suggestions"]
|
|||
log = "0.4"
|
||||
pretty_env_logger = "0.3"
|
||||
anyhow = "1"
|
||||
smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", branch = "master" }
|
||||
smoltcp = { git = "https://github.com/smoltcp-rs/smoltcp", rev = "25c539bb7c96789270f032ede2a967cf0fe5cf57" }
|
||||
tokio = { version = "1", features = ["full"] }
|
||||
futures = "0.3.17"
|
||||
rand = "0.8.4"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue