Skip to content

Commit

Permalink
Auto merge of #627 - dguo:patch-1, r=kbknapp
Browse files Browse the repository at this point in the history
chore: update dep

Fixes a panic when Jaro is called with strings each with a length of one. A `clap` user discovered this: rapidfuzz/strsim-rs#5
  • Loading branch information
homu committed Aug 24, 2016
2 parents 0ca6f85 + bb23284 commit 0bda63a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ bitflags = "~0.7"
vec_map = "~0.6"
libc = { version = "~0.2.9", optional = true }
ansi_term = { version = "~0.8.0", optional = true }
strsim = { version = "~0.4.0", optional = true }
strsim = { version = "~0.5.1", optional = true }
yaml-rust = { version = "~0.3.2", optional = true }
clippy = { version = "~0.0.79", optional = true }
unicode-width = { version = "~0.1.3", optional = true }
Expand Down

0 comments on commit 0bda63a

Please sign in to comment.