Skip to content

Commit 29bd7b1

Browse files
authored
Update Cargo.toml
1 parent 547b69d commit 29bd7b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ crate-type = ["cdylib"]
1414

1515
[dependencies]
1616
pyo3 = { version = "0.21", features = ["extension-module", "macros"] }
17-
rina-pp = { version = "0.9.25", features = ["sync"] }
17+
rina-pp = { version = "0.9.25", git = "https://github.com/osuthailand/rina-pp-sys", features = ["sync"] }
1818

1919
[profile.release]
2020
lto = true

0 commit comments

Comments
 (0)