From c516addc3deaa890ef6c71b889270409a353f997 Mon Sep 17 00:00:00 2001 From: bhartnett <51288821+bhartnett@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:41:37 +0800 Subject: [PATCH 1/2] Update submodules to use RocksDb v9.8.4 --- vendor/rocksdb | 2 +- vendor/vcpkg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/vendor/rocksdb b/vendor/rocksdb index b5cde68..44e95d8 160000 --- a/vendor/rocksdb +++ b/vendor/rocksdb @@ -1 +1 @@ -Subproject commit b5cde68b8ab2b78b3364c23c566eee14d5cc488a +Subproject commit 44e95d8af5d7ec503b3f1d5754c3379ab6c29a9d diff --git a/vendor/vcpkg b/vendor/vcpkg index b2cb0da..b322364 160000 --- a/vendor/vcpkg +++ b/vendor/vcpkg @@ -1 +1 @@ -Subproject commit b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c +Subproject commit b322364f06308bdd24823f9d8f03fe0cc86fd46f From 6c65cb458c5701d089891cf330ad7f1eca136f5e Mon Sep 17 00:00:00 2001 From: bhartnett <51288821+bhartnett@users.noreply.github.com> Date: Fri, 10 Jan 2025 11:48:56 +0800 Subject: [PATCH 2/2] Remove outdated comment from nimble file. --- rocksdb.nimble | 3 --- 1 file changed, 3 deletions(-) diff --git a/rocksdb.nimble b/rocksdb.nimble index 214a809..1d96528 100644 --- a/rocksdb.nimble +++ b/rocksdb.nimble @@ -11,10 +11,7 @@ installDirs = @["build"] ### Dependencies requires "nim >= 2.0", "results", "tempfile", "unittest2" -# Format only works with nim version 2 task format, "Format nim code using nph": - # Using the latest nph commit for now because the latest tagged version - # doesn't work with the latest nim 2 version exec "nimble install nph@0.6.0" exec "nph ."