Skip to content

Commit

Permalink
expr: fix ~ update onig/onig_sys dependency (fixes windows compilatio…
Browse files Browse the repository at this point in the history
…n bug)

* fixes compile bug which blocked compilation on windows unless the MSVC/VS tools were
  prepared and available on the PATH (via `vsvarsall` or the "VCX command prompt")
  • Loading branch information
rivy committed Nov 24, 2018
1 parent d4a87d4 commit 9e21428
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/expr/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ path = "expr.rs"

[dependencies]
libc = "0.2.42"
onig = "3.1.1"
onig = "4.2.1"
uucore = { path="../uucore" }

[[bin]]
Expand Down

0 comments on commit 9e21428

Please sign in to comment.