Skip to content

Commit

Permalink
Merge branch 'maint' into 'master'
Browse files Browse the repository at this point in the history
Maintenance update

See merge request mkjeldsen/commitmsgfmt!5
  • Loading branch information
commonquail committed May 9, 2018
2 parents 74596b1 + d0b4197 commit dce0dbc
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 34 deletions.
72 changes: 42 additions & 30 deletions Cargo.lock

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

8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ readme = "README.md"
license = "Apache-2.0"

[dependencies]
regex = "0.2.6"
unicode-segmentation = "1.2.0"
clap = "2.30.0"
regex = "1.0.0"
unicode-segmentation = "1.2.1"
clap = "2.31.2"
encoding = "0.2.33"

[dev-dependencies]
pretty_assertions = "0.5.0"
pretty_assertions = "0.5.1"

0 comments on commit dce0dbc

Please sign in to comment.