From c48f7a2aee049457d8f40152d4d195c3debcd85d Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Sun, 8 Oct 2023 16:54:52 -0700 Subject: [PATCH] doc: Update version/CHANGELOG/deps for v1.4.5 --- CHANGELOG.md | 8 ++++++++ Cargo.lock | 4 +--- Cargo.toml | 4 ++-- 3 files changed, 11 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 70641b1..2810987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# Intiface Engine v1.4.5 (2023/10/08) + +## Features + +- Update to Buttplug v7.1.6 + - Fixes Lovense Dongle support + - Added Foreo device support + # Intiface Engine v1.4.4 (2023/10/05) ## Bugfixes diff --git a/Cargo.lock b/Cargo.lock index 9dc0450..e8e03aa 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -349,9 +349,7 @@ checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535" [[package]] name = "buttplug" -version = "7.1.5" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bf03b6099e1136653c2406de686e9ab8344873c1a932a15e35a416b52065b0db" +version = "7.1.6" dependencies = [ "async-stream", "async-trait", diff --git a/Cargo.toml b/Cargo.toml index 7371327..63b7810 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "intiface-engine" -version = "1.4.4" +version = "1.4.5" authors = ["Nonpolynomial Labs, LLC "] description = "CLI and Library frontend for the Buttplug sex toy control library" license = "BSD-3-Clause" @@ -28,7 +28,7 @@ tokio_console=["console-subscriber"] [dependencies] # buttplug = { path = "../buttplug/buttplug" } -buttplug = { version = "7.1.5" } +buttplug = { version = "7.1.6" } argh = "0.1.12" log = "0.4.20" futures = "0.3.28"