Skip to content

Commit

Permalink
Update onig version to 5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zzau13 committed Aug 8, 2019
1 parent ac851b8 commit 5afea9d
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 @@ -18,7 +18,7 @@ exclude = [

[dependencies]
yaml-rust = { version = "0.4", optional = true }
onig = { version = "4.1", optional = true }
onig = { version = "5.0", optional = true }
walkdir = "2.0"
regex-syntax = { version = "0.6", optional = true }
lazy_static = "1.0"
Expand Down

0 comments on commit 5afea9d

Please sign in to comment.