diff --git a/cas_types/Cargo.toml b/cas_types/Cargo.toml index 84ad3d6d..f74b8fda 100644 --- a/cas_types/Cargo.toml +++ b/cas_types/Cargo.toml @@ -6,5 +6,5 @@ edition = "2021" [dependencies] anyhow = "1.0.86" serde = { version = "1.0.208", features = ["derive"] } -merklehash = { git = "https://github.com/xetdata/xet-core" } +merklehash = { path = "../merklehash" } serde_repr = "0.1.19"