Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
daniellga committed Jul 14, 2024
1 parent 895e56d commit 003c2f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [
"harmonium-fft",
"harmonium-resample",
"harmonium-window",
"harmonium-stft",
#"harmonium-stft",
]

[workspace.dependencies]
Expand All @@ -24,7 +24,7 @@ harmonium-io = { path = "harmonium-io", default-features = false }
harmonium-fft = { path = "harmonium-fft", default-features = false }
harmonium-resample = { path = "harmonium-resample", default-features = false }
harmonium-window = { path = "harmonium-window", default-features = false }
harmonium-stft = { path = "harmonium-stft", default-features = false }
#harmonium-stft = { path = "harmonium-stft", default-features = false }

[profile.release]
opt-level = 3
Expand Down

0 comments on commit 003c2f0

Please sign in to comment.