Skip to content

Commit

Permalink
expr: fix ~ restrict onig version to v4.3.2 (or later patches)
Browse files Browse the repository at this point in the history
.# Discussion

onig v4.3.0/v4.3.1 inadvertently introduced a new minimum rust version (requiring v1.31+;
see rust-onig/rust-onig#97). This was repaired with v4.3.2, and
onig now specifies that rust minimum version will stay the same for patches, but may
change between minor version increments.
  • Loading branch information
rivy committed Mar 13, 2019
1 parent 8f96711 commit 18629ed
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 = "4.2.1"
onig = "~4.3.2"
uucore = { path="../uucore" }

[[bin]]
Expand Down

0 comments on commit 18629ed

Please sign in to comment.