Skip to content

Commit

Permalink
Update coremidi dependency
Browse files Browse the repository at this point in the history
Fixes #138
  • Loading branch information
Boddlnagg committed Oct 27, 2023
1 parent eceff63 commit fd223d9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [".", "examples/browser"]

[package]
name = "midir"
version = "0.9.1"
version = "0.9.2"
authors = ["Patrick Reisert"]
description = "A cross-platform, realtime MIDI processing library, inspired by RtMidi."
repository = "https://github.com/Boddlnagg/midir"
Expand Down Expand Up @@ -36,10 +36,10 @@ alsa = "0.7.0"
libc = "0.2.21"

[target.'cfg(target_os = "ios")'.dependencies]
coremidi = "0.6.0"
coremidi = "0.7.0"

[target.'cfg(target_os = "macos")'.dependencies]
coremidi = "0.6.0"
coremidi = "0.7.0"

[target.'cfg(target_os = "windows")'.dependencies]
windows = { version = "0.43", features = [
Expand Down

0 comments on commit fd223d9

Please sign in to comment.