Skip to content

Commit

Permalink
Merge #3477
Browse files Browse the repository at this point in the history
3477: chore(deps):bump rocksdb from 0.18.1 to 0.18.2 r=driftluo a=zhangsoledad

<!--
Thank you for contributing to nervosnetwork/ckb!

If you haven't already, please read [CONTRIBUTING](https://github.com/nervosnetwork/ckb/blob/develop/CONTRIBUTING.md) document.

If you're unsure about anything, just ask; somebody should be along to answer within a day or two.

PR Title Format:
1. module [, module2, module3]: what's changed
2. *: what's changed
-->

### What problem does this PR solve?

fix rocksdb libring link



### Check List <!--REMOVE the items that are not applicable-->

Tests <!-- At least one of them must be included. -->

- Unit test
- Integration test


### Release note <!-- Choose from None, Title Only and Note. Bugfixes or new features need a release note. -->

```release-note
None: Exclude this PR from the release note.
```



Co-authored-by: zhangsoledad <787953403@qq.com>
  • Loading branch information
bors[bot] and zhangsoledad authored Jun 30, 2022
2 parents 538e017 + 15312e2 commit 685ebe5
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 db/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ckb-app-config = { path = "../util/app-config", version = "= 0.104.0-pre" }
ckb-logger = { path = "../util/logger", version = "= 0.104.0-pre" }
ckb-error = { path = "../error", version = "= 0.104.0-pre" }
libc = "0.2"
rocksdb = { package = "ckb-rocksdb", version ="=0.18.1", features = ["snappy"], default-features = false }
rocksdb = { package = "ckb-rocksdb", version ="=0.18.2", features = ["snappy"], default-features = false }
ckb-db-schema = { path = "../db-schema", version = "= 0.104.0-pre" }

[dev-dependencies]
Expand Down

0 comments on commit 685ebe5

Please sign in to comment.