Skip to content

Commit

Permalink
doc: Update deps/version/CHANGELOG for 7.1.11
Browse files Browse the repository at this point in the history
Compilation error on macOS. Quick fix.
  • Loading branch information
qdot committed Nov 19, 2023
1 parent 8fb446f commit aba5205
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions buttplug/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions buttplug/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "buttplug"
version = "7.1.10"
version = "7.1.11"
authors = ["Nonpolynomial Labs, LLC <kyle@nonpolynomial.com>"]
description = "Buttplug Intimate Hardware Control Library"
license = "BSD-3-Clause"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit aba5205

Please sign in to comment.