From 6705efc7609d46a7cbba924fe7ffe74b223fa1b8 Mon Sep 17 00:00:00 2001 From: Jason Volk Date: Sun, 23 Nov 2025 21:37:50 +0000 Subject: [PATCH] Fix lib search path for liburing.a on redhat/centos. Signed-off-by: Jason Volk --- Cargo.lock | 4 ++-- Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 0360e683..057a5594 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3851,7 +3851,7 @@ dependencies = [ [[package]] name = "rust-librocksdb-sys" version = "0.40.0+10.7.5" -source = "git+https://github.com/matrix-construct/rust-rocksdb?rev=f111d191918372e3178a3662f5e4b210c0ce2505#f111d191918372e3178a3662f5e4b210c0ce2505" +source = "git+https://github.com/matrix-construct/rust-rocksdb?rev=2c0ad2ac6d933f61afb4c79ee2f965ffe2293774#2c0ad2ac6d933f61afb4c79ee2f965ffe2293774" dependencies = [ "bindgen", "bzip2-sys", @@ -3868,7 +3868,7 @@ dependencies = [ [[package]] name = "rust-rocksdb" version = "0.44.2" -source = "git+https://github.com/matrix-construct/rust-rocksdb?rev=f111d191918372e3178a3662f5e4b210c0ce2505#f111d191918372e3178a3662f5e4b210c0ce2505" +source = "git+https://github.com/matrix-construct/rust-rocksdb?rev=2c0ad2ac6d933f61afb4c79ee2f965ffe2293774#2c0ad2ac6d933f61afb4c79ee2f965ffe2293774" dependencies = [ "libc", "parking_lot", diff --git a/Cargo.toml b/Cargo.toml index a1c42c14..cb390ed5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -368,7 +368,7 @@ default-features = false [workspace.dependencies.rust-rocksdb] git = "https://github.com/matrix-construct/rust-rocksdb" -rev = "f111d191918372e3178a3662f5e4b210c0ce2505" +rev = "2c0ad2ac6d933f61afb4c79ee2f965ffe2293774" default-features = false features = [ "bzip2",