Skip to content

Commit

Permalink
bump to v27.0.0-rc.6
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Aug 4, 2024
1 parent 6b61d37 commit 3ee2074
Show file tree
Hide file tree
Showing 14 changed files with 116 additions and 143 deletions.
103 changes: 42 additions & 61 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 = "27.0.0-rc.4"
version = "27.0.0-rc.6"
authors = ["shun suzuki <[email protected]>"]
edition = "2021"
license = "MIT"
Expand All @@ -13,9 +13,9 @@ keywords = ["autd"]
[dependencies]
clap = { version = "4.5.11", features = ["derive"] }
tokio = { version = "1.39.2", features = ["macros", "rt-multi-thread"] }
autd3-protobuf = { version = "27.0.0-rc.4", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "27.0.0-rc.4", features = ["async-trait"] }
autd3-driver = { version = "27.0.0-rc.4", features = ["async-trait"] }
autd3-protobuf = { version = "27.0.0-rc.6", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "27.0.0-rc.6", features = ["async-trait"] }
autd3-driver = { version = "27.0.0-rc.6", features = ["async-trait"] }
anyhow = "1.0.72"
ctrlc = "3.3.0"
tonic = "0.12.1"
Expand Down
24 changes: 12 additions & 12 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 27.0.0-rc.4 (MIT)
SOEMAUTDServer 27.0.0-rc.6 (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 27.0.0-rc.4 (MIT)
autd3 27.0.0-rc.6 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-derive 27.0.0-rc.4 (MIT)
autd3-derive 27.0.0-rc.6 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-driver 27.0.0-rc.4 (MIT)
autd3-driver 27.0.0-rc.6 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-firmware-emulator 27.0.0-rc.4 (MIT)
autd3-firmware-emulator 27.0.0-rc.6 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-gain-holo 27.0.0-rc.4 (MIT)
autd3-gain-holo 27.0.0-rc.6 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-link-soem 27.0.0-rc.4
autd3-link-soem 27.0.0-rc.6
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 27.0.0-rc.4 (MIT)
autd3-protobuf 27.0.0-rc.6 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

Expand Down Expand Up @@ -584,7 +584,7 @@ powerfmt 0.2.0 (Apache-2.0 OR MIT)
https://github.com/jhpratt/powerfmt
---------------------------------------------------------

ppv-lite86 0.2.18 (Apache-2.0 OR MIT)
ppv-lite86 0.2.20 (Apache-2.0 OR MIT)
https://github.com/cryptocorrosion/cryptocorrosion
---------------------------------------------------------

Expand Down Expand Up @@ -628,7 +628,7 @@ rayon-core 1.12.1 (Apache-2.0 OR MIT)
https://github.com/rayon-rs/rayon
---------------------------------------------------------

regex 1.10.5 (Apache-2.0 OR MIT)
regex 1.10.6 (Apache-2.0 OR MIT)
https://github.com/rust-lang/regex
---------------------------------------------------------

Expand Down Expand Up @@ -948,11 +948,11 @@ windows_x86_64_msvc 0.52.6 (Apache-2.0 OR MIT)
https://github.com/microsoft/windows-rs
---------------------------------------------------------

zerocopy 0.6.6 (BSD-2-Clause)
zerocopy 0.7.35 (Apache-2.0 OR BSD-2-Clause OR MIT)
https://github.com/google/zerocopy
---------------------------------------------------------

zerocopy-derive 0.6.6 (BSD-2-Clause)
zerocopy-derive 0.7.35 (Apache-2.0 OR BSD-2-Clause OR MIT)
https://github.com/google/zerocopy

---------------------------------------------------------
Expand Down
Loading

0 comments on commit 3ee2074

Please sign in to comment.