Skip to content

Commit

Permalink
Update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeenyuhs authored Apr 25, 2024
1 parent 547b69d commit 29bd7b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29bd7b1

Please sign in to comment.