From b666c5b4191c27035a0120ab7e964b75b764550d Mon Sep 17 00:00:00 2001 From: Alan Liddell Date: Fri, 19 Jan 2024 16:07:28 -0500 Subject: [PATCH] Prep for 0.3.0 rc3 release (#162) - Fixes a race condition on abort. - Updates DCAM driver to guarantee a software trigger when `acquire_execute_trigger()` is called. --- Cargo.toml | 2 +- acquire-common | 2 +- drivers.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 43fc626..13e0435 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "acquire-imaging" authors = ["Nathan Clack "] -version = "0.3.0-rc2" +version = "0.3.0-rc3" edition = "2021" [lib] diff --git a/acquire-common b/acquire-common index 1e9f286..6a1cb04 160000 --- a/acquire-common +++ b/acquire-common @@ -1 +1 @@ -Subproject commit 1e9f286c88d0214ea6b058902559edbcea796335 +Subproject commit 6a1cb0444413bf9b421db497d544dec73b948851 diff --git a/drivers.json b/drivers.json index 2ae606a..7181f1a 100644 --- a/drivers.json +++ b/drivers.json @@ -1,7 +1,7 @@ { "acquire-driver-zarr": "0.1.9", "acquire-driver-egrabber": "0.1.5", - "acquire-driver-hdcam": "0.1.7", + "acquire-driver-hdcam": "0.1.8", "acquire-driver-spinnaker": "0.1.1", "acquire-driver-pvcam": "0.1.0" }