Skip to content

Commit

Permalink
Merge pull request #2661 from Conflux-Chain/master
Browse files Browse the repository at this point in the history
Merge fix for MacOS.
  • Loading branch information
peilun-conflux authored Apr 3, 2023
2 parents ba01c7a + aea5807 commit 644caaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 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 core/src/pos/storage/schemadb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ diem-metrics = { path = "../../common/metrics" }

[dependencies.rocksdb]
git = "https://github.com/Conflux-Chain/rust-rocksdb.git"
rev = "29c99ae9b7c26fc3e7e67523fa5007ba9b8a7f15"
rev = "a1ce5bd3322a7b732dfb300c2571dc4d99f1edae"

[dev-dependencies]
byteorder = "1.4.3"
Expand Down
2 changes: 1 addition & 1 deletion db/src/kvdb-rocksdb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ tempdir = "0.3.7"

[dependencies.rocksdb]
git = "https://github.com/Conflux-Chain/rust-rocksdb.git"
rev = "29c99ae9b7c26fc3e7e67523fa5007ba9b8a7f15"
rev = "a1ce5bd3322a7b732dfb300c2571dc4d99f1edae"

0 comments on commit 644caaf

Please sign in to comment.