Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deps: Prevent MSRV breakage via
spinning_top
(#64)
The upstream crate `spinning_top` used newer elements of rustc's std in a patch release, unknowingly bumping its MSRV to 1.49.0. This patch reverts to the older, compatible, version. This has been tested by manually building `examples/serenity/voice` using rustc v1.48.0. Closes #62.
- Loading branch information