aboutsummaryrefslogtreecommitdiffstats
path: root/Cargo.toml
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-05-31 17:57:51 -0400
committerbnewbold <bnewbold@robocracy.org>2016-05-31 17:57:53 -0400
commite6fd66b7a28b51ffb74f2d4fb8617fa8d091e706 (patch)
tree9f8c83f36e333f474aa90f20f7927a970693877f /Cargo.toml
parentccd871880d6a58a1b8decc3cd16951ee70ec2f57 (diff)
downloaducp-e6fd66b7a28b51ffb74f2d4fb8617fa8d091e706.tar.gz
ucp-e6fd66b7a28b51ffb74f2d4fb8617fa8d091e706.zip
upgrade utp to 'temp_utp', which has more recent fixes
I hoped this would speed things up, but it didn't.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ad343e7..b98d003 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,6 +6,6 @@ authors = ["bnewbold <bnewbold@robocracy.org>"]
[dependencies]
getopts = "^0.2"
daemonize = "^0.2"
-utp = "*"
+temp_utp = "*"
sodiumoxide = "*"
rustc-serialize = "0.3"