Skip to content

Commit

Permalink
Release using latest dependencies.
Browse files Browse the repository at this point in the history
  • Loading branch information
tkornack committed Jan 8, 2025
1 parent 2bf5d7f commit 26196d6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions twinleaf-tools/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twinleaf-tools"
version = "1.4.0"
version = "1.4.1"
edition = "2021"
license = "MIT"
description = "Tools for the Twinleaf I/O protocol for reading data from Twinleaf quantum sensors."
Expand All @@ -17,4 +17,4 @@ futures = "0.3.31"
futures-timer = "3.0.3"
getopts = "0.2.21"
serialport = "4.5.1"
twinleaf = { version = "1.3.0", path = "../twinleaf" }
twinleaf = { version = "1.3.1", path = "../twinleaf" }
2 changes: 1 addition & 1 deletion twinleaf/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "twinleaf"
version = "1.3.0"
version = "1.3.1"
edition = "2021"
license = "MIT"
description = "Library for working with the Twinleaf I/O protocol and Twinleaf quantum sensors."
Expand Down

0 comments on commit 26196d6

Please sign in to comment.