Skip to content

Commit

Permalink
bump to v26.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Jun 29, 2024
1 parent 614f2f6 commit 7f6dc1e
Show file tree
Hide file tree
Showing 14 changed files with 110 additions and 110 deletions.
72 changes: 36 additions & 36 deletions 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 = "26.0.0-rc.0"
version = "26.0.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 = "26.0.0-rc.0", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "26.0.0-rc.0", features = ["async-trait"] }
autd3-driver = { version = "26.0.0-rc.0", features = ["async-trait"] }
autd3-protobuf = { version = "26.0.0", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "26.0.0", features = ["async-trait"] }
autd3-driver = { version = "26.0.0", features = ["async-trait"] }
anyhow = "1.0.72"
ctrlc = "3.3.0"
tonic = "0.11.0"
Expand Down
26 changes: 13 additions & 13 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 26.0.0-rc.0 (MIT)
SOEMAUTDServer 26.0.0 (MIT)
https://github.com/shinolab/autd3-server
---------------------------------------------------------

Expand Down Expand Up @@ -74,27 +74,27 @@ async-trait 0.1.80 (Apache-2.0 OR MIT)
https://github.com/dtolnay/async-trait
---------------------------------------------------------

autd3 26.0.0-rc.0 (MIT)
autd3 26.0.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-derive 26.0.0-rc.0 (MIT)
autd3-derive 26.0.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-driver 26.0.0-rc.0 (MIT)
autd3-driver 26.0.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-firmware-emulator 26.0.0-rc.0 (MIT)
autd3-firmware-emulator 26.0.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-gain-holo 26.0.0-rc.0 (MIT)
autd3-gain-holo 26.0.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-link-soem 26.0.0-rc.0
autd3-link-soem 26.0.0
https://github.com/shinolab/autd3-rs

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

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

autd3-protobuf 26.0.0-rc.0 (MIT)
autd3-protobuf 26.0.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

Expand Down Expand Up @@ -232,15 +232,15 @@ chrono 0.4.38 (Apache-2.0 OR MIT)
https://github.com/chronotope/chrono
---------------------------------------------------------

clap 4.5.7 (Apache-2.0 OR MIT)
clap 4.5.8 (Apache-2.0 OR MIT)
https://github.com/clap-rs/clap
---------------------------------------------------------

clap_builder 4.5.7 (Apache-2.0 OR MIT)
clap_builder 4.5.8 (Apache-2.0 OR MIT)
https://github.com/clap-rs/clap
---------------------------------------------------------

clap_derive 4.5.5 (Apache-2.0 OR MIT)
clap_derive 4.5.8 (Apache-2.0 OR MIT)
https://github.com/clap-rs/clap
---------------------------------------------------------

Expand Down Expand Up @@ -452,7 +452,7 @@ libm 0.2.8 (Apache-2.0 OR MIT)
https://github.com/rust-lang/libm
---------------------------------------------------------

log 0.4.21 (Apache-2.0 OR MIT)
log 0.4.22 (Apache-2.0 OR MIT)
https://github.com/rust-lang/log
---------------------------------------------------------

Expand Down Expand Up @@ -548,7 +548,7 @@ num_cpus 1.16.0 (Apache-2.0 OR MIT)
https://github.com/seanmonstar/num_cpus
---------------------------------------------------------

object 0.36.0 (Apache-2.0 OR MIT)
object 0.36.1 (Apache-2.0 OR MIT)
https://github.com/gimli-rs/object
---------------------------------------------------------

Expand Down
6 changes: 3 additions & 3 deletions TwinCATAUTDServerLightweight/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "TwinCATAUTDServerLightweight"
version = "26.0.0-rc.0"
version = "26.0.0"
authors = ["shun suzuki <suzuki@hapis.k.u-tokyo.ac.jp>"]
edition = "2021"
license = "MIT"
Expand All @@ -13,8 +13,8 @@ keywords = ["autd"]
[dependencies]
clap = { version = "4.3.0", features = ["derive"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
autd3-protobuf = { version = "26.0.0-rc.0", features = ["lightweight", "async-trait"] }
autd3-link-twincat = { version = "26.0.0-rc.0", features = ["async-trait"] }
autd3-protobuf = { version = "26.0.0", features = ["lightweight", "async-trait"] }
autd3-link-twincat = { version = "26.0.0", features = ["async-trait"] }
anyhow = "1.0.72"
ctrlc = "3.3.0"
tonic = "0.11.0"
Expand Down
Loading

0 comments on commit 7f6dc1e

Please sign in to comment.