We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 700dce0 commit 3e0d703Copy full SHA for 3e0d703
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Change Log
2
3
+## 0.6.5
4
+
5
+- Fix another segmentation violation on MacOS/iOS introduced in v0.6.1
6
7
## 0.6.4
8
9
- Fix a segmentation violation on MacOS/iOS introduced in v0.6.1
Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "bluest"
-version = "0.6.4"
+version = "0.6.5"
authors = ["Alex Moon"]
edition = "2021"
description = "A cross-platform Bluetooth Low Energy (BLE) library"
0 commit comments