Skip to content
Snippets Groups Projects
Commit 6a46b490 authored by Anders Blomdell's avatar Anders Blomdell
Browse files

Bind dependencies to later versions

parent 3024e8ae
Branches
No related tags found
No related merge requests found
......@@ -10,10 +10,10 @@ license = "GPL-3.0"
publish = false
[dependencies]
libc = "*"
threadpool = "*"
bytes = "*"
libc = "0.2"
threadpool = "1.8"
bytes = "1.0"
[dependencies.clap]
version = "*"
version = "2.33.3"
default-features = false
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment