Skip to content

Commit

Permalink
Require exact version of libmysofa-sys
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiltd committed Oct 16, 2024
1 parent 72f0999 commit 62775b1
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 @@ -19,7 +19,7 @@ dsp = ["dep:realfft"]
members = ["libmysofa-sys"]

[dependencies]
ffi = { package = "libmysofa-sys", version = "0.2", path = "libmysofa-sys" }
ffi = { package = "libmysofa-sys", version = "0.2.1", path = "libmysofa-sys" }
realfft = {version = "3.4", optional = true}
thiserror = "1"

Expand Down

0 comments on commit 62775b1

Please sign in to comment.