From 29bd7b193dd5a1b85acfe646ac840f7831b4c350 Mon Sep 17 00:00:00 2001 From: Simon G <45692977+jeenyuhs@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:01:43 +0200 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 94dfdb8..1d43220 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ crate-type = ["cdylib"] [dependencies] pyo3 = { version = "0.21", features = ["extension-module", "macros"] } -rina-pp = { version = "0.9.25", features = ["sync"] } +rina-pp = { version = "0.9.25", git = "https://github.com/osuthailand/rina-pp-sys", features = ["sync"] } [profile.release] lto = true