Skip to content

Commit

Permalink
Bump version to 0.17.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamiPerttu committed Apr 16, 2024
1 parent 3dfd718 commit 3160cf5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "fundsp"
description = "Audio processing and synthesis library."
keywords = ["dsp", "audio", "synthesizer", "sound", "wave"]
license = "MIT OR Apache-2.0"
version = "0.17.0"
version = "0.17.1"
authors = ["SamiPerttu <[email protected]>"]
homepage = "https://github.com/SamiPerttu/fundsp"
repository = "https://github.com/SamiPerttu/fundsp"
Expand All @@ -22,7 +22,7 @@ rsor = "0.1.4"
duplicate = "1.0.0"
dyn-clone = "1.0.17"
symphonia = { version = "0.5.4", optional = true, features = ["all"] }
thingbuf = "0.1.4"
thingbuf = "0.1.5"
funutd = "0.14.0"

[features]
Expand All @@ -31,14 +31,14 @@ files = ["dep:symphonia"]

[dev-dependencies]
cpal = "0.15.3"
anyhow = "1.0.81"
anyhow = "1.0.82"
plotters = "0.3.5"
criterion = "0.5.1"
midi-msg = "0.5.0"
midir = "0.9.1"
read_input = "0.8.6"
assert_no_alloc = "1.1.2"
eframe = "0.27.1"
eframe = "0.27.2"
rayon = "1.10.0"

[[bench]]
Expand Down

0 comments on commit 3160cf5

Please sign in to comment.