Skip to content

Commit

Permalink
Prep for 0.3.0 rc3 release (#162)
Browse files Browse the repository at this point in the history
- Fixes a race condition on abort.
- Updates DCAM driver to guarantee a software trigger when
`acquire_execute_trigger()` is called.
  • Loading branch information
aliddell authored Jan 19, 2024
1 parent 22b7a08 commit b666c5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "acquire-imaging"
authors = ["Nathan Clack <[email protected]>"]
version = "0.3.0-rc2"
version = "0.3.0-rc3"
edition = "2021"

[lib]
Expand Down
2 changes: 1 addition & 1 deletion drivers.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit b666c5b

Please sign in to comment.