rocksdb-native 3.9.0 → 3.9.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CMakeLists.txt CHANGED
@@ -1,4 +1,4 @@
1
- cmake_minimum_required(VERSION 3.31)
1
+ cmake_minimum_required(VERSION 4.0)
2
2
 
3
3
  find_package(cmake-bare REQUIRED PATHS node_modules/cmake-bare)
4
4
  find_package(cmake-fetch REQUIRED PATHS node_modules/cmake-fetch)
@@ -9,8 +9,8 @@ project(rocksdb_native C CXX)
9
9
 
10
10
  bare_target(target)
11
11
 
12
- fetch_package("github:holepunchto/librocksdb#bf9c031")
13
- fetch_package("github:holepunchto/libjstl#34a7894")
12
+ fetch_package("github:holepunchto/librocksdb#3aaa9dc")
13
+ fetch_package("github:holepunchto/libjstl#098664c")
14
14
 
15
15
  add_bare_module(rocksdb_native_bare)
16
16
 
package/README.md CHANGED
@@ -6,6 +6,9 @@
6
6
  npm i rocksdb-native
7
7
  ```
8
8
 
9
+ > [!IMPORTANT]
10
+ > On Linux `libatomic` must be installed as well.
11
+
9
12
  ## Usage
10
13
 
11
14
  ```js