Use a proper version of piper

This commit is contained in:
Stjepan Glavina 2020-04-26 20:04:50 +02:00
parent 955da96b36
commit a85941b4e1
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ async-task = "3.0.0"
crossbeam = "0.7.3"
futures = { version = "0.3.4", default-features = false, features = ["std"] }
once_cell = "1.3.1"
piper = { git = "https://github.com/stjepang/piper.git" }
piper = "0.1.1"
scoped-tls-hkt = "0.1.2"
slab = "0.4.2"
socket2 = { version = "0.3.12", features = ["pair", "unix"] }