Skip to content

Commit eb6c70c

Browse files
committed
Release 1.4.0 with breaking changes to add error results instead of panics
1 parent 09a7a12 commit eb6c70c

File tree

3 files changed

+47
-46
lines changed

3 files changed

+47
-46
lines changed

Cargo.lock

Lines changed: 45 additions & 44 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

twinleaf-tools/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twinleaf-tools"
3-
version = "1.5.2"
3+
version = "1.5.3"
44
edition = "2021"
55
license = "MIT"
66
description = "Tools for the Twinleaf I/O protocol for reading data from Twinleaf quantum sensors."

twinleaf/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "twinleaf"
3-
version = "1.3.4"
3+
version = "1.4.0"
44
edition = "2021"
55
license = "MIT"
66
description = "Library for working with the Twinleaf I/O protocol and Twinleaf quantum sensors."

0 commit comments

Comments
 (0)