Skip to content

Commit

Permalink
Force "funty" to 1.1.0
Browse files Browse the repository at this point in the history
This forces the transitive dependency of "bitvec", named "funty", to 1.1.0.
Rationale:

    ferrilab/bitvec#105 (comment)

Signed-off-by: Matthias Beyer <[email protected]>
  • Loading branch information
Matthias Beyer authored and matthiasbeyer committed Feb 15, 2021
1 parent f0ec6d4 commit db698a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,6 @@ which = "4"
# Upstream issue: https://github.com/rust-random/rand/issues/1071
rand = "=0.4.3"

# See https://github.com/bitvecto-rs/bitvec/issues/105#issuecomment-778570981
funty = "=1.1.0"

1 change: 1 addition & 0 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ use logcrate::debug;
use walkdir::WalkDir;
use rand as _; // Required to make lints happy
use aquamarine as _; // doc-helper crate
use funty as _; // doc-helper crate

mod cli;
mod commands;
Expand Down

0 comments on commit db698a4

Please sign in to comment.