Skip to content

Commit

Permalink
Update RocksDb to version 9.10.0 (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
bhartnett authored Jan 29, 2025
1 parent 43c7857 commit 3df6bd7
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
# Updating nph version should be accompanied with running the new
# version on the project directory.
run: |
VERSION="v0.6.0"
VERSION="v0.6.1"
ARCHIVE="nph-linux_x64.tar.gz"
curl -L "https://github.com/arnetheduck/nph/releases/download/${VERSION}/${ARCHIVE}" -o ${ARCHIVE}
tar -xzf ${ARCHIVE}
Expand Down
4 changes: 2 additions & 2 deletions rocksdb.nimble
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
packageName = "rocksdb"
version = "9.8.4.0"
version = "9.10.0.0"
author = "Status Research & Development GmbH"
description =
"A wrapper for Facebook's RocksDB, an embeddable, persistent key-value store for fast storage"
Expand All @@ -21,7 +21,7 @@ before install:
build()

task format, "Format nim code using nph":
exec "nimble install nph@0.6.0"
exec "nimble install nph"
exec "nph ."

task test, "Run tests":
Expand Down
2 changes: 1 addition & 1 deletion vendor/rocksdb
Submodule rocksdb updated 170 files
2 changes: 1 addition & 1 deletion vendor/vcpkg
Submodule vcpkg updated 786 files

0 comments on commit 3df6bd7

Please sign in to comment.