Update gcc dependency to match updated gcc elsewhere in cargo

This commit is contained in:
jluner 2017-05-27 02:37:10 -05:00
parent 6e9161b38e
commit d121e05966

2
Cargo.lock generated
View file

@ -85,7 +85,7 @@ name = "backtrace-sys"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
dependencies = [
"gcc 0.3.45 (registry+https://github.com/rust-lang/crates.io-index)",
"gcc 0.3.49 (registry+https://github.com/rust-lang/crates.io-index)",
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
]