From f1ce2e345f3d729350a02bcffb47c526674edd85 Mon Sep 17 00:00:00 2001 From: Niko PLP Date: Tue, 2 Jul 2024 00:02:40 +0300 Subject: [PATCH] Revert "trying to fix bindgen on alpine" This reverts commit 6eb1b149e96e820d4005989c89ad9f3fef469680. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 495467a..db2c1bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "ng-rocksdb" description = "Rust wrapper for Facebook's RocksDB embeddable database, fork for Nextgraph.org" -version = "0.21.0-ngpreview.5" +version = "0.21.0-ngpreview.4" edition = "2018" rust-version = "1.60" authors = ["Tyler Neely ", "David Greenberg "] @@ -58,6 +58,6 @@ features = ["vendored"] [build-dependencies] cc = { version = "1.0", features = ["parallel"] } -bindgen = { version = "0.65", default-features = false, features = ["static"] } +bindgen = { version = "0.65", default-features = false, features = ["runtime"] } glob = "0.3" pkg-config = { version = "0.3" } \ No newline at end of file