Skip to content

Commit 07b08af

Browse files
committed
Bump some versions
1 parent fc08ea1 commit 07b08af

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

caw/Cargo.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "caw"
3-
version = "0.8.1"
3+
version = "0.9.0"
44
description = "A framework for building software-defined modular synthesizers"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"
@@ -28,13 +28,13 @@ caw_modules = { version = "0.4", path = "../modules" }
2828
caw_patches = { version = "0.4", path = "../patches" }
2929
caw_utils = { version = "0.4", path = "../utils" }
3030
caw_builder_proc_macros = { version = "0.1", path = "../builder-proc-macros" }
31-
caw_player = { version = "0.7", path = "../player", optional = true }
31+
caw_player = { version = "0.8", path = "../player", optional = true }
3232
caw_midi = { version = "0.4", path = "../midi", optional = true }
3333
caw_midi_live = { version = "0.4", path = "../midi-live", optional = true }
3434
caw_midi_file = { version = "0.4", path = "../midi-file", optional = true }
3535
caw_midi_serial = { version = "0.4", path = "../midi-serial", optional = true }
3636
caw_audio_file = { version = "0.4", path = "../audio-file", optional = true }
37-
caw_interactive = { version = "0.7", path = "../interactive", optional = true }
37+
caw_interactive = { version = "0.8", path = "../interactive", optional = true }
3838
caw_live = { version = "0.1", path = "../live", optional = true }
3939
caw_midi_udp_widgets_app_lib = { version = "0.1", path = "../midi-udp-widgets-app-lib", optional = true }
4040

interactive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "caw_interactive"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Interactive keyboard and mouse control, and visualization for the caw synthesizer framework"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"
@@ -11,7 +11,7 @@ edition = "2021"
1111

1212
[dependencies]
1313
anyhow = "1.0"
14-
caw_player = { version = "0.7", path = "../player" }
14+
caw_player = { version = "0.8", path = "../player" }
1515
caw_core = { version = "0.5", path = "../core" }
1616
caw_computer_keyboard = { version = "0.4", path = "../computer-keyboard" }
1717
line_2d = "0.5"

live/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,5 @@ documentation = "https://docs.rs/caw_live"
1111

1212
[dependencies]
1313
caw_core = { version = "0.5", path = "../core" }
14-
caw_player = { version = "0.7", path = "../player" }
14+
caw_player = { version = "0.8", path = "../player" }
1515
lazy_static = "1.5"

player/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "caw_player"
3-
version = "0.7.0"
3+
version = "0.8.0"
44
description = "Play audio from the caw synthesizer framework"
55
authors = ["Stephen Sherratt <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)