changeset 597:7f086f39fb22

Fix #25: word-analyze example used leveldb 0.3 with different snappy format
author Lewin Bormann <lbo@spheniscida.de>
date Sat, 13 May 2023 14:55:27 +0200
parents 10d8f5ac949c
children 46620faa748d 19532b6d8f8a
files examples/word-analyze/Cargo.toml
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/examples/word-analyze/Cargo.toml	Fri May 12 21:45:38 2023 +0200
+++ b/examples/word-analyze/Cargo.toml	Sat May 13 14:55:27 2023 +0200
@@ -7,5 +7,5 @@
 # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
 
 [dependencies]
-rusty-leveldb = "0.3"
+rusty-leveldb = { path = "../../" }
 integer-encoding = "1"