From 6adb52f05895e7b05042aceee7b7ab9658d519a5 Mon Sep 17 00:00:00 2001 From: Odysseas Gabrielides Date: Fri, 9 Feb 2024 13:03:54 +0200 Subject: [PATCH] fix path --- tutorials/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/Cargo.toml b/tutorials/Cargo.toml index ec220b44..d83dbaac 100644 --- a/tutorials/Cargo.toml +++ b/tutorials/Cargo.toml @@ -8,7 +8,7 @@ default-run = "tutorials" [dependencies] grovedb = { git = "https://github.com/dashpay/grovedb.git" } -path = { path = "../path" } +grovedb-path = { path = "../path" } rand = "0.8.5" [workspace]