diff options
| author | Fuwn <[email protected]> | 2021-03-22 18:51:44 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-03-22 18:51:44 +0000 |
| commit | 77cf4135158d4844399ad8386bf86da7e22b63ff (patch) | |
| tree | 2de426f462447479ecb8109f2f4b7a9d40c42cdb | |
| parent | etc: Link to development page (diff) | |
| download | whirl-77cf4135158d4844399ad8386bf86da7e22b63ff.tar.xz whirl-77cf4135158d4844399ad8386bf86da7e22b63ff.zip | |
format: Correct TCP dependency label position
| -rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,8 +16,8 @@ publish = false [dependencies] # TCP - mio = "0.6" + # Logging log = "0.4.14" pretty_env_logger = "0.4.0" |