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

Commit

Permalink
bump to v24.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed May 18, 2024
1 parent a687968 commit ec0d72c
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 = "24.0.0-rc.3"
version = "24.0.0"
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 = "24.0.0-rc.2" }
autd3-driver = { version = "24.0.0-rc.2" }
autd3-firmware-emulator = { version = "24.0.0" }
autd3-driver = { version = "24.0.0" }
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 = "24.0.0-rc.2" }
autd3-gain-holo = { version = "24.0.0-rc.2" }
autd3 = { version = "24.0.0" }
autd3-gain-holo = { version = "24.0.0" }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }

[features]
Expand Down

0 comments on commit ec0d72c

Please sign in to comment.