diff --git a/Cargo.toml b/Cargo.toml index 51101fb..acfa45e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -18,4 +18,4 @@ hdi = { version = "0.5.0-dev.5" } hdk = { version = "0.4.0-dev.5" } holochain = { version = "0.4.0-dev.5" } holo_hash = {version = "0.4.0-dev.5", features = ["encoding"]} -hdk_crud = { path = "../hdk_crud", features = ["no_example"] } \ No newline at end of file +hdk_crud = { version = "0.13.0", features = ["no_example"] } \ No newline at end of file