Skip to content

Commit

Permalink
build: Update deps/version/CHANGELOG for rust library v1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
qdot committed Sep 2, 2024
1 parent 9bd8295 commit 8b4ea86
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 8 deletions.
7 changes: 7 additions & 0 deletions intiface-engine-flutter-bridge/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.1.2 (2024/09/02)

## Bugfixes

- Update to Buttplug 9.0.1
- Fixes issue with message ids not always being set on spec version upgrade/downgrade

# 1.1.1 (2024/09/01)

## Features
Expand Down
10 changes: 5 additions & 5 deletions intiface-engine-flutter-bridge/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions intiface-engine-flutter-bridge/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "intiface_engine_flutter_bridge"
version = "1.1.1"
version = "1.1.2"
authors = ["Nonpolynomial Labs, LLC <[email protected]>"]
description = "Rust-Flutter bridge for IntifaceEngine"
license = "BSD-3-Clause"
Expand All @@ -10,11 +10,11 @@ edition = "2021"
exclude = [".vscode/**"]

[dependencies]
intiface-engine = "3.0.1"
intiface-engine = "3.0.2"
# intiface-engine = { path = "../../intiface-engine" }
# THIS MUST ALWAYS MATCH THE VERSION USED BY INTIFACE ENGINE
# buttplug = { path = "../../buttplug/buttplug" }
buttplug = "9.0.0"
buttplug = "9.0.1"
flutter_rust_bridge = "1.82.6"
log = "0.4.22"
lazy_static = "1.5.0"
Expand Down

0 comments on commit 8b4ea86

Please sign in to comment.