Skip to content

Commit

Permalink
Bump autd3-driver from 27.0.0-alpha.1 to 27.0.0-alpha.3
Browse files Browse the repository at this point in the history
Bumps [autd3-driver](https://github.com/shinolab/autd3-rs) from 27.0.0-alpha.1 to 27.0.0-alpha.3.
- [Changelog](https://github.com/shinolab/autd3-rs/blob/main/CHANGELOG.md)
- [Commits](shinolab/autd3-rs@v27.0.0-alpha.1...v27.0.0-alpha.3)

---
updated-dependencies:
- dependency-name: autd3-driver
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jul 24, 2024
1 parent 3cff498 commit 541803a
Show file tree
Hide file tree
Showing 4 changed files with 118 additions and 17 deletions.
129 changes: 115 additions & 14 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion SOEMAUTDServer/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ clap = { version = "4.3.0", features = ["derive"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
autd3-protobuf = { version = "27.0.0-alpha.1", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "27.0.0-alpha.1", features = ["async-trait"] }
autd3-driver = { version = "27.0.0-alpha.1", features = ["async-trait"] }
autd3-driver = { version = "27.0.0-alpha.3", features = ["async-trait"] }
anyhow = "1.0.72"
ctrlc = "3.3.0"
tonic = "0.11.0"
Expand Down
2 changes: 1 addition & 1 deletion simulator/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["autd"]

[dependencies]
autd3 = { version = "27.0.0-alpha.1", features = ["async-trait"] }
autd3-driver = { version = "27.0.0-alpha.1", features = ["async-trait"] }
autd3-driver = { version = "27.0.0-alpha.3", features = ["async-trait"] }
autd3-firmware-emulator = { version = "27.0.0-alpha.1", features = ["async-trait"] }
autd3-protobuf = { version = "27.0.0-alpha.1", features = ["lightweight"] }
autd3-link-simulator = { version = "27.0.0-alpha.1", features = ["async-trait"] }
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ serde_json = "1.0"
serde = { version = "1.0", features = ["derive"] }
tauri = { version = "1.6.1", features = ["window-all", "shell-sidecar", "dialog-all", "notification-all", "os-all", "path-all"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread", "time", "process"] }
autd3-driver = { version = "27.0.0-alpha.1", features = ["serde"] }
autd3-driver = { version = "27.0.0-alpha.3", features = ["serde"] }
autd3-link-soem = { version = "27.0.0-alpha.1", features = ["serde"] }

[target.'cfg(windows)'.dependencies]
Expand Down

0 comments on commit 541803a

Please sign in to comment.