Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update RocksDb to version 9.8.4 #79

Merged
merged 2 commits into from
Jan 10, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions rocksdb.nimble
Original file line number Diff line number Diff line change
Expand Up @@ -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 [email protected]"
exec "nph ."

Expand Down
2 changes: 1 addition & 1 deletion vendor/rocksdb
Submodule rocksdb updated 180 files
2 changes: 1 addition & 1 deletion vendor/vcpkg
Submodule vcpkg updated 1197 files
Loading