From aa0fba9713400b29464aeb19e7b79794a2225267 Mon Sep 17 00:00:00 2001 From: Ali Somay Date: Fri, 29 Nov 2024 00:34:50 +0100 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8ce6191..57c6b55 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,8 +24,7 @@ edition = "2021" crate-type = ["lib"] [dependencies] -# libpd-sys = "0.3" -libpd-sys = { git = "https://github.com/alisomay/libpd-sys.git", branch = "main" } +libpd-sys = "0.3" thiserror = "2" libffi = "3.0.0" tempfile = "3.3.0"