Skip to content

Commit

Permalink
Bump tikv-jemalloc-sys to 0.5 (#662)
Browse files Browse the repository at this point in the history
  • Loading branch information
niklasf committed Jul 25, 2022
1 parent f062c64 commit 3256152
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions librocksdb-sys/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }
Expand All @@ -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"

0 comments on commit 3256152

Please sign in to comment.