From aba5205d734b577bee8781368bc91a3d3f883aa2 Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Sat, 18 Nov 2023 19:25:56 -0800 Subject: [PATCH] doc: Update deps/version/CHANGELOG for 7.1.11 Compilation error on macOS. Quick fix. --- buttplug/CHANGELOG.md | 7 +++++++ buttplug/Cargo.toml | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/buttplug/CHANGELOG.md b/buttplug/CHANGELOG.md index 3644e9f9..174056d2 100644 --- a/buttplug/CHANGELOG.md +++ b/buttplug/CHANGELOG.md @@ -1,3 +1,10 @@ +# 7.1.11 (2023-11-18) + +## Bugfixes + +- Update to btleplug 0.11.3 + - Fix macOS missing import issue + # 7.1.10 (2023-11-18) ## Bugfixes diff --git a/buttplug/Cargo.toml b/buttplug/Cargo.toml index 6320ab80..7b88c468 100644 --- a/buttplug/Cargo.toml +++ b/buttplug/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "buttplug" -version = "7.1.10" +version = "7.1.11" authors = ["Nonpolynomial Labs, LLC "] description = "Buttplug Intimate Hardware Control Library" license = "BSD-3-Clause" @@ -60,7 +60,7 @@ serde_json = "1.0.108" serde_repr = "0.1.17" uuid = { version = "1.5.0", features = ["serde"] } url = "2.4.1" -btleplug = { version = "0.11.2", optional = true } +btleplug = { version = "0.11.3", optional = true } # btleplug = { path = "../../btleplug", optional = true} # btleplug = { git = 'https://github.com/deviceplug/btleplug', branch = 'master', optional = true } strum_macros = "0.25.3"