Skip to content

Commit b666c5b

Browse files
authored
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.
1 parent 22b7a08 commit b666c5b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "acquire-imaging"
33
authors = ["Nathan Clack <[email protected]>"]
4-
version = "0.3.0-rc2"
4+
version = "0.3.0-rc3"
55
edition = "2021"
66

77
[lib]

drivers.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"acquire-driver-zarr": "0.1.9",
33
"acquire-driver-egrabber": "0.1.5",
4-
"acquire-driver-hdcam": "0.1.7",
4+
"acquire-driver-hdcam": "0.1.8",
55
"acquire-driver-spinnaker": "0.1.1",
66
"acquire-driver-pvcam": "0.1.0"
77
}

0 commit comments

Comments
 (0)