diff options
| author | Max Audron <audron@cocaine.farm> | 2021-03-09 17:18:22 +0100 |
|---|---|---|
| committer | Max Audron <audron@cocaine.farm> | 2021-03-09 17:18:22 +0100 |
| commit | 57e0309994be634f3935cf981d4b1ce60b481aba (patch) | |
| tree | b6a5f9cfc28e6aa7ce4e6b9bbc41faa76003984e /Cargo.toml | |
| parent | add to and from network derive (diff) | |
WIP: impl signalproxy types
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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] |
