From 3789f706142da0a2d23f1900b3b5402df21ea758 Mon Sep 17 00:00:00 2001 From: Dhruv Sangamwar Date: Sun, 10 Dec 2023 16:22:11 -0800 Subject: [PATCH] Changed path to SDK in test/Cargo.toml --- test/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Cargo.toml b/test/Cargo.toml index 736cf8f..bfc555a 100644 --- a/test/Cargo.toml +++ b/test/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -resilientdb_rust_sdk = {path = "/Users/dhruv/Desktop/Repositories/resdb/resilientdb_rust_sdk"} +resilientdb_rust_sdk = {path = "../../resilientdb_rust_sdk"} tokio = { version = "1", features = ["full"] } serde = { version = "1.0", features = ["derive"] } serde_json = "1.0"