Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bump to v28.1.0 #102

Merged
merged 2 commits into from
Oct 15, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
64 changes: 32 additions & 32 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 = "28.0.0"
version = "28.1.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.5.19", features = ["derive"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
autd3-protobuf = { version = "28.0.0", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "28.0.0", features = ["async-trait"] }
autd3-driver = { version = "28.0.1", features = ["async-trait"] }
autd3-protobuf = { version = "28.1.0", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "28.1.0", features = ["async-trait"] }
autd3-driver = { version = "28.1.0", features = ["async-trait"] }
anyhow = "1.0.89"
ctrlc = "3.4.5"
tonic = "0.12.3"
Expand Down
22 changes: 11 additions & 11 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 28.0.0 (MIT)
SOEMAUTDServer 28.1.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 28.0.0 (MIT)
autd3 28.1.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-derive 28.0.0 (MIT)
autd3-derive 28.1.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-driver 28.0.0 (MIT)
autd3-driver 28.1.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-firmware-emulator 28.0.0 (MIT)
autd3-firmware-emulator 28.1.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-gain-holo 28.0.0 (MIT)
autd3-gain-holo 28.1.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-link-soem 28.0.0
autd3-link-soem 28.1.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 28.0.0 (MIT)
autd3-protobuf 28.1.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

Expand All @@ -188,7 +188,7 @@ bit-vec 0.8.0 (Apache-2.0 OR MIT)
https://github.com/contain-rs/bit-vec
---------------------------------------------------------

bitfield-struct 0.9.0 (MIT)
bitfield-struct 0.9.1 (MIT)
https://github.com/wrenger/bitfield-struct-rs.git
---------------------------------------------------------

Expand All @@ -204,7 +204,7 @@ bvh 0.10.0 (MIT)
https://github.com/svenstaro/bvh
---------------------------------------------------------

bytemuck 1.18.0 (Apache-2.0 OR MIT OR Zlib)
bytemuck 1.19.0 (Apache-2.0 OR MIT OR Zlib)
https://github.com/Lokathor/bytemuck
---------------------------------------------------------

Expand Down Expand Up @@ -636,7 +636,7 @@ rustc-demangle 0.1.24 (Apache-2.0 OR MIT)
https://github.com/rust-lang/rustc-demangle
---------------------------------------------------------

rustversion 1.0.17 (Apache-2.0 OR MIT)
rustversion 1.0.18 (Apache-2.0 OR MIT)
https://github.com/dtolnay/rustversion
---------------------------------------------------------

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 = "28.0.0"
version = "28.1.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.5.19", features = ["derive"] }
tokio = { version = "1.40.0", features = ["macros", "rt-multi-thread"] }
autd3-protobuf = { version = "28.0.0", features = ["lightweight", "async-trait"] }
autd3-link-twincat = { version = "28.0.0", features = ["async-trait"] }
autd3-protobuf = { version = "28.1.0", features = ["lightweight", "async-trait"] }
autd3-link-twincat = { version = "28.1.0", features = ["async-trait"] }
anyhow = "1.0.89"
ctrlc = "3.4.5"
tonic = "0.12.3"
Expand Down
Loading