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 29bd7b1 commit 505852c
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", 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
Expand Down

0 comments on commit 505852c

Please sign in to comment.