Force slog version to 2.1 (2.2 broke some traits)

This commit is contained in:
Ignotus Peverell
2018-03-25 19:54:41 +01:00
parent f9b87164e7
commit 2bf656646c
12 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ memmap = { git = "https://github.com/danburkert/memmap-rs", tag = "0.6.0" }
rocksdb = "0.8"
serde = "1"
serde_derive = "1"
slog = { version = "2", features = ["max_level_trace", "release_max_level_trace"] }
slog = { version = "2.1", features = ["max_level_trace", "release_max_level_trace"] }
grin_core = { path = "../core" }
grin_util = { path = "../util" }