Skip to content

Commit

Permalink
ci: update librocksdb-sys version
Browse files Browse the repository at this point in the history
Signed-off-by: Phoeniix Zhao <[email protected]>
  • Loading branch information
Phoenix500526 authored and mergify[bot] committed Apr 1, 2024
1 parent 8516da3 commit a9dd7ae
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ci/build-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export GHCR_ORG=xline-kv
export BUILD_TAG="ghcr.io/${GHCR_ORG}/build-env:latest"

# Change this version if rust-rocksdb updates in `engine`
export LIB_ROCKS_SYS_VER="0.11.0+8.1.1"
export LIB_ROCKS_SYS_VER="0.16.0+8.10.0"

echo "=== Arch ==="
arch
Expand Down
2 changes: 2 additions & 0 deletions workspace-hack/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ num-traits = { version = "0.2", default-features = false, features = ["i128", "s
opentelemetry-jaeger = { version = "0.20", features = ["rt-tokio"] }
opentelemetry_sdk = { version = "0.21", features = ["metrics", "rt-tokio"] }
petgraph = { version = "0.6" }
predicates = { version = "3", default-features = false, features = ["diff"] }
rand = { version = "0.8", features = ["small_rng"] }
serde = { version = "1", features = ["derive", "rc"] }
serde_json = { version = "1", features = ["raw_value"] }
Expand All @@ -56,6 +57,7 @@ libc = { version = "0.2", features = ["extra_traits"] }
log = { version = "0.4", default-features = false, features = ["std"] }
memchr = { version = "2" }
petgraph = { version = "0.6" }
predicates = { version = "3", default-features = false, features = ["diff"] }
syn = { version = "2", features = ["extra-traits", "full", "visit", "visit-mut"] }
tokio = { version = "1", features = ["fs", "io-std", "io-util", "macros", "net", "rt-multi-thread", "signal", "sync", "time"] }

Expand Down

0 comments on commit a9dd7ae

Please sign in to comment.