Skip to content

Commit

Permalink
Chore: Pin flume version to prevent MSRV breakage.
Browse files Browse the repository at this point in the history
Flume's latest patch version requires toe new Rust 2021 edition, which is at odds with the current MSRV. This was tested using `cargo msrv` on the default feature set.
  • Loading branch information
FelixMcFelix committed Apr 2, 2022
1 parent 05c6762 commit 312457e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,10 @@ features = ["discord-full"]
optional = true
version = "0.4"

# Temporary hack to pin MSRV.
[dependencies.flume]
optional = true
version = "0.10"
version = "<0.10.12"

[dependencies.futures]
version = "0.3"
Expand Down

0 comments on commit 312457e

Please sign in to comment.