Skip to content

Commit

Permalink
Merge pull request boncheolgu#33 from boncheolgu/update_deps
Browse files Browse the repository at this point in the history
Update dependencies
  • Loading branch information
boncheolgu authored Sep 17, 2020
2 parents 18a5141 + 99b2563 commit 2f71cd8
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,17 @@ include = [
]

[dependencies]
cpp = "0.5"
libc = "0.2"
maybe-owned = "0.3"
thiserror = "1.0.17"
cpp = "0.5.5"
libc = "0.2.77"
maybe-owned = "0.3.4"
thiserror = "1.0.20"

[build-dependencies]
bart = { version = "0.1", optional = true }
bart_derive = { version = "0.1", optional = true }
bindgen = "0.53.1"
cpp_build = "0.5"
fs_extra = { version = "1.1", optional = true }
bart = { version = "0.1.4", optional = true }
bart_derive = { version = "0.1.4", optional = true }
bindgen = "0.55.1"
cpp_build = "0.5.5"
fs_extra = { version = "1.2.0", optional = true }

[features]
build = ["fs_extra"]
Expand Down

0 comments on commit 2f71cd8

Please sign in to comment.