Bump tikv-jemalloc-sys to 0.5 (#662)

master
Niklas Fiekas 2 years ago committed by GitHub
parent f062c64d4f
commit 3256152125
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      librocksdb-sys/Cargo.toml

@ -24,7 +24,7 @@ rtti = []
[dependencies]
libc = "0.2"
tikv-jemalloc-sys = { version = "0.4", features = ["unprefixed_malloc_on_supported_platforms"], optional = true }
tikv-jemalloc-sys = { version = "0.5", features = ["unprefixed_malloc_on_supported_platforms"], optional = true }
zstd-sys = { version = "2.0", features = ["zdict_builder"], optional = true }
libz-sys = { version = "1.1", default-features = false, optional = true }
bzip2-sys = { version = "0.1", default-features = false, optional = true }
@ -35,5 +35,5 @@ uuid = { version = "1.0", features = ["v4"] }
[build-dependencies]
cc = { version = "1.0", features = ["parallel"] }
bindgen = { version = "0.59", default-features = false, features = ["runtime"] }
bindgen = { version = "0.60", default-features = false, features = ["runtime"] }
glob = "0.3"

Loading…
Cancel
Save