Skip to content

Commit

Permalink
[Storage] Use rust-rocksdb
Browse files Browse the repository at this point in the history
Closes: diem#3524
Approved by: msmouse
  • Loading branch information
Qinfan Wu authored and bors-libra committed Apr 21, 2020
1 parent bf0e6e6 commit ba5f561
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 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 storage/schemadb/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ anyhow = "1.0"
once_cell = "1.3.1"
libra-metrics = { path = "../../common/metrics", version = "0.1.0" }
libra-workspace-hack = { path = "../../common/workspace-hack", version = "0.1.0" }
rocksdb = { git = "https://github.com/wqfish/rust-rocksdb.git", branch = "ro" }
rocksdb = { git = "https://github.com/rust-rocksdb/rust-rocksdb.git", rev = "4ee65f451be26702df266ee8035240efc50fd902" }

[dev-dependencies]
byteorder = "1.3.2"
Expand Down

0 comments on commit ba5f561

Please sign in to comment.