switch to Rust2018
[nihav-tool.git] / Cargo.toml
index 31e95177e5094e13038a355493f0c7b03e9c8a4b..2a5c5483f4394aa7036c5cd359db60a0595b480f 100644 (file)
@@ -2,6 +2,7 @@
 name = "nihav-tool"
 version = "0.1.0"
 authors = ["Kostya Shishkov <kostya.shishkov@gmail.com>"]
+edition = "2018"
 
 [dependencies]
-nihav = { path="/home/kst/devel/nihav" }
+nihav = { path="../nihav" }