diff options
| author | Nathan Perry <np@nathanperry.dev> | 2019-11-17 23:51:56 -0500 |
|---|---|---|
| committer | Nathan Perry <np@nathanperry.dev> | 2019-11-17 23:51:56 -0500 |
| commit | 8a5a841e619793ce81b177179694712284be23e4 (patch) | |
| tree | 6e8b46b1a008a94236e5aaaf48fad95dee70451a /Cargo.lock | |
| parent | c068e82d2b6341cf7896bfc2e1fd4683f28d67b4 (diff) | |
borrowck fixes
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -294,7 +294,7 @@ dependencies = [ [[package]] name = "command_attr" version = "0.1.5" -source = "git+https://github.com/mammothbane/serenity#58922b208f7b6241ee09dac5e5cef4bc1547d8a7" +source = "git+https://github.com/mammothbane/serenity#9eb187138e30f44a86f32865081d5f9c15b93575" dependencies = [ "proc-macro2 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", @@ -1882,7 +1882,7 @@ dependencies = [ [[package]] name = "serenity" version = "0.7.2" -source = "git+https://github.com/mammothbane/serenity#58922b208f7b6241ee09dac5e5cef4bc1547d8a7" +source = "git+https://github.com/mammothbane/serenity#9eb187138e30f44a86f32865081d5f9c15b93575" dependencies = [ "anyhow 1.0.21 (registry+https://github.com/rust-lang/crates.io-index)", "audiopus 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
