From aa71bbe3570255f9924fdb1ea60c4c991ce20470 Mon Sep 17 00:00:00 2001 From: Christian Perez Llamas <932644+chris-zen@users.noreply.github.com> Date: Sun, 30 Jun 2024 09:30:56 +0200 Subject: [PATCH] Bump versions to include fix for missaligned issue in non ARM processors --- Cargo.toml | 8 ++++---- README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b2928249..d6cd5603 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" @@ -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" diff --git a/README.md b/README.md index fcf5f6ca..f0b60322 100644 --- a/README.md +++ b/README.md @@ -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: