Skip to content
Snippets Groups Projects
Commit 4cdff490 authored by Stephen D's avatar Stephen D
Browse files

fix tokio dependency

parent af1d2474
No related branches found
No related tags found
No related merge requests found
Pipeline #885 failed
[package]
name = "minipac"
version = "0.3.0"
version = "0.3.1"
edition = "2018"
repository = "https://gitlab.scd31.com/stephen/minipac"
authors = ["Stephen D"]
......@@ -16,7 +16,7 @@ thiserror = "1.0"
rand = "0.8"
zstd = "0.9"
crc = "2.1"
tokio = { version = "1.0", features = ["rt", "sync", "tracing"] }
tokio = { version = "1.0", features = ["rt", "sync", "tracing", "time"] }
[dev-dependencies]
tokio = { version = "1", features = ["macros", "rt", "sync", "time"] }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment