Skip to content

Commit

Permalink
Bump crate version
Browse files Browse the repository at this point in the history
  • Loading branch information
andreiltd committed Jul 1, 2024
1 parent 240cc86 commit 48e7839
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sofar"
version = "0.1.7"
version = "0.2.0"
edition = "2021"
readme = "README.md"
license = "MIT OR Apache-2.0"
Expand All @@ -19,7 +19,7 @@ dsp = ["dep:realfft"]
members = ["libmysofa-sys"]

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

Expand Down
6 changes: 4 additions & 2 deletions libmysofa-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "libmysofa-sys"
version = "0.1.5"
version = "0.2.0"
edition = "2021"
links = "mysofa"
build = "build.rs"
Expand All @@ -18,7 +18,9 @@ libz-sys = { version = "1.1", default-features = false, features = ["static", "l
[build-dependencies]
cc = "1.0.101"
system-deps = "7.0"
cmake = { version = "0.1", optional = true }

[package.metadata.system-deps]
libmysofa = "1"

[package.metadata.cargo-machete]
ignored = ["libz-sys"]

0 comments on commit 48e7839

Please sign in to comment.