Skip to content
Snippets Groups Projects
Unverified Commit 24c408f4 authored by morguldir's avatar morguldir
Browse files

bump rocksdb to 9.6.1, add binutils to devshell

parent 1c1f300e
No related branches found
No related tags found
2 merge requests!571Implement MSC4133 and MSC4175, some bug fixes and features, drop target CPU for aarch64 to Cortex-A53, bump to Rust 1.81.0, RocksDB v9.6.1, and Nix build fixes,!570update for ruma changes / nix fix
......@@ -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",
......
......@@ -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
......
......@@ -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"
}
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment