Skip to content

Commit

Permalink
chore: update deps
Browse files Browse the repository at this point in the history
  • Loading branch information
xu-cheng committed Oct 20, 2020
1 parent a0517d1 commit be051be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ categories = ["development-tools", "development-tools::profiling"]

[dependencies]
thiserror = "1.0"
cfg-if = "0.1"
cfg-if = "1.0"

[target.'cfg(unix)'.dependencies]
errno = "0.2"
Expand All @@ -30,4 +30,4 @@ criterion = "0.3"
cc = "1.0"

[target.'cfg(any(target_os = "macos", target_os = "ios"))'.build-dependencies]
bindgen = "0.54"
bindgen = "0.55"

0 comments on commit be051be

Please sign in to comment.