We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 547b69d commit 29bd7b1Copy full SHA for 29bd7b1
Cargo.toml
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
14
15
[dependencies]
16
pyo3 = { version = "0.21", features = ["extension-module", "macros"] }
17
-rina-pp = { version = "0.9.25", features = ["sync"] }
+rina-pp = { version = "0.9.25", git = "https://github.com/osuthailand/rina-pp-sys", features = ["sync"] }
18
19
[profile.release]
20
lto = true
0 commit comments