diff options
| author | Jokler <jokler.contact@gmail.com> | 2018-03-21 16:40:15 +0100 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2018-03-21 16:40:15 +0100 |
| commit | 516ee046784acb4a6dc97b844ff3af9a54308e30 (patch) | |
| tree | 672f422c6817734c7404ec26569a366319c1a183 /Cargo.lock | |
| parent | 48f547826edd9db9b94376f240a785d8a19a993d (diff) | |
| download | frippy-516ee046784acb4a6dc97b844ff3af9a54308e30.tar.gz frippy-516ee046784acb4a6dc97b844ff3af9a54308e30.zip | |
Replace every Mutex with RwLock
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -407,6 +407,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" name = "frippy" version = "0.4.0" dependencies = [ + "antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "chrono 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", "circular-queue 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "clippy 0.0.187 (registry+https://github.com/rust-lang/crates.io-index)", |
