rust: upgrade rust to 1.30.0 and bump zstd-sys version

Summary:
The vendored crates were changed by D12811597. Bump `zstd-sys` in `Cargo.toml` to be compatible.
As we're here, also bump rust compiler to 1.30.0 so it's consistent with buck build.

Reviewed By: kulshrax

Differential Revision: D12952552

fbshipit-source-id: 6274bf829b98b16aeb6795209d12aba8b475b46d
This commit is contained in:
Jun Wu 2018-11-06 18:11:27 -08:00 committed by Facebook Github Bot
parent b496efcc9a
commit f37a5d8df7

View File

@ -4,7 +4,7 @@ version = "0.1.0"
[dependencies]
libc = "0.2.43" # keep it in sync with zstd-sys
zstd-sys = "= 1.4.5+zstd.1.3.6" # pinned. zstd advanced API changes rapidly
zstd-sys = "= 1.4.6+zstd.1.3.7" # pinned. zstd advanced API changes rapidly
[dev-dependencies]
quickcheck = "0.6"