Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
bump to v25.0.0-rc.9
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Jun 5, 2024
1 parent b83f218 commit 879a7c1
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autd3-link-visualizer"
version = "25.0.0-rc.8"
version = "25.0.0-rc.9"
authors = ["shun suzuki <suzuki@hapis.k.u-tokyo.ac.jp>"]
edition = "2021"

Expand All @@ -11,8 +11,8 @@ readme = "README.md"
keywords = ["autd"]

[dependencies]
autd3-firmware-emulator = { version = "25.0.0-rc.8" }
autd3-driver = { version = "25.0.0-rc.8" }
autd3-firmware-emulator = { version = "25.0.0-rc.9" }
autd3-driver = { version = "25.0.0-rc.9" }
thiserror = "1.0.30"
pyo3 = { version = "0.21.0", features = ["abi3", "auto-initialize"], optional = true }
which = { version = "6.0.0", optional = true }
Expand All @@ -26,8 +26,8 @@ num-complex = "0.4.3"

[dev-dependencies]
anyhow = "1.0.75"
autd3 = { version = "25.0.0-rc.8" }
autd3-gain-holo = { version = "25.0.0-rc.8" }
autd3 = { version = "25.0.0-rc.9" }
autd3-gain-holo = { version = "25.0.0-rc.9" }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }

[features]
Expand Down

0 comments on commit 879a7c1

Please sign in to comment.