Skip to content

Commit

Permalink
Relaxed memchr dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
svartalf committed Feb 28, 2020
1 parent 9473e82 commit c9faf99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion heim-process/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ cfg-if = "~0.1"
libc = "~0.2"
lazy_static = "1.3.0"
ordered-float = { version = "~1.0", default-features = false }
memchr = "^2.3"
memchr = "^2.2"
async-trait = "~0.1"

[target.'cfg(target_os = "linux")'.dependencies]
Expand Down

0 comments on commit c9faf99

Please sign in to comment.