bump rocksdb to 9.6.1, add binutils to devshell

This commit is contained in:
morguldir 2024-09-08 19:21:23 +02:00
parent 1c1f300efe
commit 24c408f4c6
No known key found for this signature in database
GPG Key ID: 5A6025D4F6E7A8A3
4 changed files with 13 additions and 10 deletions

8
Cargo.lock generated
View File

@ -3194,8 +3194,8 @@ dependencies = [
[[package]]
name = "rust-librocksdb-sys"
version = "0.25.0+9.5.2"
source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=5383ca8173299066b516406e3a2cf945ead891cb#5383ca8173299066b516406e3a2cf945ead891cb"
version = "0.26.0+9.6.1"
source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=22f942609921ecf837399e1c2fe6fcb8dbb1095e#22f942609921ecf837399e1c2fe6fcb8dbb1095e"
dependencies = [
"bindgen",
"bzip2-sys",
@ -3211,8 +3211,8 @@ dependencies = [
[[package]]
name = "rust-rocksdb"
version = "0.29.0"
source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=5383ca8173299066b516406e3a2cf945ead891cb#5383ca8173299066b516406e3a2cf945ead891cb"
version = "0.30.0"
source = "git+https://github.com/girlbossceo/rust-rocksdb-zaidoon1?rev=22f942609921ecf837399e1c2fe6fcb8dbb1095e#22f942609921ecf837399e1c2fe6fcb8dbb1095e"
dependencies = [
"libc",
"rust-librocksdb-sys",

View File

@ -27,7 +27,7 @@ malloc-usable-size = ["rust-rocksdb/malloc-usable-size"]
[dependencies.rust-rocksdb]
git = "https://github.com/girlbossceo/rust-rocksdb-zaidoon1"
rev = "5383ca8173299066b516406e3a2cf945ead891cb"
rev = "22f942609921ecf837399e1c2fe6fcb8dbb1095e"
#branch = "master"
default-features = false

View File

@ -680,16 +680,16 @@
"rocksdb": {
"flake": false,
"locked": {
"lastModified": 1724285323,
"narHash": "sha256-k60kreKQ0v+bQ16yBd2SfLYpuNjMw2qoRmZL/S3k6CU=",
"lastModified": 1725811807,
"narHash": "sha256-k6aubvLSJwW7CtIxBRSlM6Z8UiJDCdFUgDWPYLV47Qk=",
"owner": "girlbossceo",
"repo": "rocksdb",
"rev": "5a67ad7ce46328578ee5587fb0c23faa03d14e67",
"rev": "347d50e212b24d98b5ad9841404ff80c1bb873f0",
"type": "github"
},
"original": {
"owner": "girlbossceo",
"ref": "v9.5.2",
"ref": "v9.6.1",
"repo": "rocksdb",
"type": "github"
}

View File

@ -9,7 +9,7 @@
flake-utils.url = "github:numtide/flake-utils?ref=main";
nix-filter.url = "github:numtide/nix-filter?ref=main";
nixpkgs.url = "github:NixOS/nixpkgs?ref=nixpkgs-unstable";
rocksdb = { url = "github:girlbossceo/rocksdb?ref=v9.5.2"; flake = false; };
rocksdb = { url = "github:girlbossceo/rocksdb?ref=v9.6.1"; flake = false; };
liburing = { url = "github:axboe/liburing?ref=master"; flake = false; };
};
@ -120,6 +120,9 @@
cargo-audit
liburing
# Required by hardened-malloc.rs dep
binutils
# Needed for producing Debian packages
cargo-deb