From 1ee8748ecd7ff2fa9ed4127f0aca4ce6e969710d Mon Sep 17 00:00:00 2001 From: thesimplekid Date: Tue, 19 Nov 2024 09:33:17 +0000 Subject: [PATCH] chore: phd use released version --- crates/cdk-phoenixd/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/crates/cdk-phoenixd/Cargo.toml b/crates/cdk-phoenixd/Cargo.toml index cfeb98b8..a4e52132 100644 --- a/crates/cdk-phoenixd/Cargo.toml +++ b/crates/cdk-phoenixd/Cargo.toml @@ -20,6 +20,5 @@ tokio = { version = "1", default-features = false } tokio-util = { version = "0.7.11", default-features = false } tracing = { version = "0.1", default-features = false, features = ["attributes", "log"] } thiserror = "1" -# phoenixd-rs = "0.3.0" -phoenixd-rs = { git = "https://github.com/thesimplekid/phoenixd-rs", rev = "22a44f0"} +phoenixd-rs = "0.4.0" uuid = { version = "1", features = ["v4"] }