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

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