From b1b4923f78b5c836b00d8b65fa57bef299350045 Mon Sep 17 00:00:00 2001 From: Kyle Machulis Date: Sat, 16 Mar 2024 14:27:58 -0700 Subject: [PATCH] build: Update deps/version/CHANGELOG for v2.0.2 --- CHANGELOG.md | 7 +++++++ Cargo.lock | 6 +++--- Cargo.toml | 4 ++-- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9d6a90f..f328329 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# Intiface Engine v2.0.2 (2024/03/16) + +## Features + +- Update to Buttplug v7.1.14 + - Added more device support (see Buttplug CHANGELOG) + # Intiface Engine v2.0.1 (2024/01/27) ## Features diff --git a/Cargo.lock b/Cargo.lock index 012711c..d321d12 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -339,9 +339,9 @@ checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec" [[package]] name = "buttplug" -version = "7.1.13" +version = "7.1.14" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "be9251dfe9d426a06e2d6912c9ce375fde3f4cfcdbf1f09a8c80f947a12e39f4" +checksum = "a5420250a7494e40be969c0c5589d1db0342f2498e8e3294fe7d18be89a2a4f3" dependencies = [ "aes", "async-stream", @@ -1285,7 +1285,7 @@ dependencies = [ [[package]] name = "intiface-engine" -version = "2.0.1" +version = "2.0.2" dependencies = [ "anyhow", "argh", diff --git a/Cargo.toml b/Cargo.toml index f7ba447..4af62eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "intiface-engine" -version = "2.0.1" +version = "2.0.2" authors = ["Nonpolynomial Labs, LLC "] description = "CLI and Library frontend for the Buttplug sex toy control library" license = "BSD-3-Clause" @@ -25,7 +25,7 @@ tokio_console=["console-subscriber"] [dependencies] # buttplug = { path = "../buttplug/buttplug" } -buttplug = "7.1.13" +buttplug = "7.1.14" argh = "0.1.12" log = "0.4.20" futures = "0.3.30"