bastion-rs / bastion

Highly-available Distributed Fault-tolerant Runtime

Home Page:https://www.bastion-rs.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Drop bastion-qutex dependency

Keruspe opened this issue · comments

bastion-qutex brings in both futures 0.1 and futures-preview 0.3 while futures 0.3 has now been available for a while.

This makes bastion basically carry three different versions of futures.

Something like https://crates.io/crates/async-mutex can probably be used instead

#231 fixes this fully I think. Gonna close.