mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Bump RocksDB to ^0.8.0 (#555)
This commit is contained in:
parent
2450ff376b
commit
2057525251
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ env_logger="^0.3.5"
|
||||||
slog = { version = "^2.0.12", features = ["max_level_trace", "release_max_level_trace"] }
|
slog = { version = "^2.0.12", features = ["max_level_trace", "release_max_level_trace"] }
|
||||||
libc = "^0.2"
|
libc = "^0.2"
|
||||||
memmap = { git = "https://github.com/danburkert/memmap-rs", tag="0.6.0" }
|
memmap = { git = "https://github.com/danburkert/memmap-rs", tag="0.6.0" }
|
||||||
rocksdb = "^0.7.0"
|
rocksdb = "^0.8.0"
|
||||||
|
|
||||||
grin_core = { path = "../core" }
|
grin_core = { path = "../core" }
|
||||||
grin_util = { path = "../util" }
|
grin_util = { path = "../util" }
|
||||||
|
|
Loading…
Reference in a new issue