Skip to content

Commit

Permalink
Bump versions to include fix for missaligned issue in non ARM processors
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-zen committed Jun 30, 2024
1 parent 3a9f51a commit aa71bbe
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "coremidi"
version = "0.8.0"
version = "0.8.1"
authors = ["Christian Perez-Llamas"]
description = "CoreMIDI library for Rust"
license = "MIT"
Expand All @@ -14,6 +14,6 @@ edition = "2021"

[dependencies]
block = "0.1.6"
core-foundation-sys = "0.8.4"
core-foundation = "0.9.3"
coremidi-sys = "3.1.0"
core-foundation-sys = "0.8.6"
core-foundation = "0.9.4"
coremidi-sys = "3.1.1"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ The library is published into [crates.io](https://crates.io/crates/coremidi), so

```toml
[dependencies]
coremidi = "^0.8.0"
coremidi = "^0.8.1"
```

If you prefer to live in the edge ;-) you can use the master branch by including this instead:
Expand Down

0 comments on commit aa71bbe

Please sign in to comment.