feat: expose tcp_nodelay for clients and servers (#145)

* expose tcp_nodelay

* do not depend on difference versions of rand
This commit is contained in:
Juan Alvarez
2019-12-06 17:07:24 -05:00
committed by Lucio Franco
parent 6b43f63578
commit 0eb9991b9f
6 changed files with 76 additions and 24 deletions
+1 -1
View File
@@ -80,7 +80,7 @@ tower = { git = "https://github.com/tower-rs/tower" }
# Required for routeguide
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
rand = "0.7.2"
rand = "0.6"
# Required for wellknown types
prost-types = "0.5"