aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorMax Audron <audron@cocaine.farm>2021-03-09 17:18:22 +0100
committerMax Audron <audron@cocaine.farm>2021-03-09 17:18:22 +0100
commit57e0309994be634f3935cf981d4b1ce60b481aba (patch)
treeb6a5f9cfc28e6aa7ce4e6b9bbc41faa76003984e /Cargo.toml
parentadd to and from network derive (diff)
WIP: impl signalproxy types
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 94366cf..0789077 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -25,7 +25,7 @@ libquassel-derive = { path = "./derive" }
bytes = { version = "1.0", optional = true }
flate2 = { version = "1.0", features = ["tokio"], optional = true }
-tokio = { version = "1.0", features = [], optional = true }
+tokio = { version = "1", features = [], optional = true }
tokio-util = { version = "0.6", features = ["codec"], optional = true }
[features]
021-05-26 08:37:22 +0200'>2021-05-26Release 1.0.1Max Audron-3/+3 2021-05-26fix log breaking once buffer fullMax Audron-2/+33 2021-05-16add deployment stuffMax Audron-6/+27786 2021-05-15add container buildMax Audron-2/+35