Skip to content

Commit 86566f1

Browse files
committed
Release twinleaf-tools 1.5.1, pointing to library version 1.3.3
1 parent c77f77a commit 86566f1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twinleaf-tools/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twinleaf-tools"
3-
version = "1.5.0"
3+
version = "1.5.1"
44
edition = "2021"
55
license = "MIT"
66
description = "Tools for the Twinleaf I/O protocol for reading data from Twinleaf quantum sensors."
@@ -15,4 +15,4 @@ crossterm = {version = "0.29.0"}
1515
getopts = "0.2.21"
1616
serialport = "4.5.1"
1717
toml_edit = {version = "0.22.24", features = ["parse"]}
18-
twinleaf = { version = "1.3.1", path = "../twinleaf" }
18+
twinleaf = { version = "1.3.3", path = "../twinleaf" }

0 commit comments

Comments
 (0)