From 505852c9092be954d310cd62167b3ba5a7b85987 Mon Sep 17 00:00:00 2001 From: Simon G <45692977+jeenyuhs@users.noreply.github.com> Date: Thu, 25 Apr 2024 19:04:15 +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 1d43220..2f2189e 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", git = "https://github.com/osuthailand/rina-pp-sys", features = ["sync"] } +rina-pp = { version = "0.9.24", git = "https://github.com/osuthailand/rina-pp-sys", features = ["sync"] } [profile.release] lto = true