Skip to content
This repository was archived by the owner on Jan 16, 2023. It is now read-only.

Commit cc6da27

Browse files
committed
build: Update buttplug to 0.8.3, version/changelog to v11
Fixes issue with Fleshlight Launch commands on v1 protocol connections
1 parent db9c913 commit cc6da27

File tree

3 files changed

+13
-5
lines changed

3 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# v11 (2020/09/20)
2+
3+
## Bugfixes
4+
5+
- Moves to buttplug-0.8.3, which fixes support for some programs using older
6+
APIs (FleshlightLaunchFW12Cmd) for Kiiroo stroking products (Onyx, Fleshlight
7+
Launch, etc).
8+
19
# v10 (2020/09/13)
210

311
## Features

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "intiface-cli"
3-
version = "10.0.0"
3+
version = "11.0.0"
44
authors = ["Nonpolynomial Labs, LLC <kyle@nonpolynomial.com>"]
55
description = "Command Line Interface frontend for the Buttplug sex toy control library"
66
license = "BSD-3-Clause"
@@ -13,7 +13,7 @@ exclude = [".vscode/**"]
1313

1414
[dependencies]
1515
# buttplug = { path = "../buttplug-rs/buttplug", features = ["async-std-runtime", "client", "server", "serialize-json", "btleplug-manager", "websockets", "xinput-manager", "serial-manager", "lovense-dongle-manager"] }
16-
buttplug = { version = "0.8.2", features = ["async-std-runtime", "client", "server", "serialize-json", "btleplug-manager", "websockets", "xinput-manager", "serial-manager", "lovense-dongle-manager"] }
16+
buttplug = { version = "0.8.3", features = ["async-std-runtime", "client", "server", "serialize-json", "btleplug-manager", "websockets", "xinput-manager", "serial-manager", "lovense-dongle-manager"] }
1717
argh = "0.1.3"
1818
async-std = { version = "1.6.3", features = ["attributes"] }
1919
rcgen = "0.8.5"

0 commit comments

Comments
 (0)