Skip to content

Commit

Permalink
bump to v25.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Jun 17, 2024
1 parent 07fe7f2 commit e308076
Show file tree
Hide file tree
Showing 14 changed files with 146 additions and 141 deletions.
89 changes: 43 additions & 46 deletions SOEMAUTDServer/Cargo.lock

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

8 changes: 4 additions & 4 deletions SOEMAUTDServer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "SOEMAUTDServer"
version = "25.2.3"
version = "25.3.0"
authors = ["shun suzuki <suzuki@hapis.k.u-tokyo.ac.jp>"]
edition = "2021"
license = "MIT"
Expand All @@ -13,9 +13,9 @@ keywords = ["autd"]
[dependencies]
clap = { version = "4.3.0", features = ["derive"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
autd3-protobuf = { version = "25.2.3", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "25.2.3", features = ["async-trait"] }
autd3-driver = { version = "25.2.3", features = ["async-trait"] }
autd3-protobuf = { version = "25.3.0", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "25.3.0", features = ["async-trait"] }
autd3-driver = { version = "25.3.0", features = ["async-trait"] }
anyhow = "1.0.72"
ctrlc = "3.3.0"
tonic = "0.11.0"
Expand Down
16 changes: 8 additions & 8 deletions SOEMAUTDServer/ThirdPartyNotice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The license terms for each of these components are provided later in this notice

---------------------------------------------------------

SOEMAUTDServer 25.2.3 (MIT)
SOEMAUTDServer 25.3.0 (MIT)
https://github.com/shinolab/autd3-server
---------------------------------------------------------

Expand Down Expand Up @@ -78,27 +78,27 @@ atomic-waker 1.1.2 (Apache-2.0 OR MIT)
https://github.com/smol-rs/atomic-waker
---------------------------------------------------------

autd3 25.2.3 (MIT)
autd3 25.3.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-derive 25.2.3 (MIT)
autd3-derive 25.3.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-driver 25.2.3 (MIT)
autd3-driver 25.3.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-firmware-emulator 25.2.3 (MIT)
autd3-firmware-emulator 25.3.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-gain-holo 25.2.3 (MIT)
autd3-gain-holo 25.3.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-link-soem 25.2.3
autd3-link-soem 25.3.0
https://github.com/shinolab/autd3-rs

---
Expand Down Expand Up @@ -164,7 +164,7 @@ SOEM write to Beckhoff Automation GmbH, Eiserstrasse 5, D-33415 Verl, Germany

---------------------------------------------------------

autd3-protobuf 25.2.3 (MIT)
autd3-protobuf 25.3.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

Expand Down
Loading

0 comments on commit e308076

Please sign in to comment.