Skip to content

Commit

Permalink
Merge branch 'levsha/chore-IDX-3017-sync-rocksdb-annotation' into 'ma…
Browse files Browse the repository at this point in the history
…ster'

chore(IDX-3017): sync rocksdb annotation

bazel/exgernal_crates.bzl has it with disable default features. This is
required to build it on a clean MacOS system. 

See merge request dfinity-lab/public/ic!16603
  • Loading branch information
marko-k0 committed Dec 8, 2023
2 parents cb97ac3 + 3ac2ae1 commit 185add8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 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 rs/artifact_pool/Cargo.toml
Expand Up @@ -21,7 +21,7 @@ ic-utils = { path = "../utils" }
prometheus = { workspace = true }
lmdb-rkv = { git = "https://github.com/dfinity-lab/lmdb-rs", rev = "f62018b2deb79ea0d53914d5502389433fc3e6da" }
prost = { workspace = true }
rocksdb = { version = "0.21.0", optional = true }
rocksdb = { version = "0.21.0", optional = true, default-features = false}
serde = { workspace = true }
serde_json = { workspace = true }
serde-bytes-repr = "0.1.5"
Expand Down

0 comments on commit 185add8

Please sign in to comment.