Skip to content

Commit

Permalink
Update yet another lazy-static req for more clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
antifuchs committed Oct 27, 2019
1 parent 34334c6 commit 2354f39
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
8 changes: 1 addition & 7 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion chars_data/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "src/main.rs"

[dependencies]
regex = "0.1"
lazy_static = "0.2.1"
lazy_static = "1.4.0"
fst = "0.3"
quick-error = "1.1.0"
unicode_names2 = "0.3.0"
Expand Down

0 comments on commit 2354f39

Please sign in to comment.