Skip to content

Commit

Permalink
bump to v29.0.0-rc.1
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Oct 27, 2024
1 parent 28fcc63 commit 52e9bca
Show file tree
Hide file tree
Showing 14 changed files with 84 additions and 84 deletions.
52 changes: 26 additions & 26 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 = "29.0.0-rc.0"
version = "29.0.0-rc.1"
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 = "29.0.0-rc.0", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "29.0.0-rc.0", features = ["async-trait"] }
autd3-driver = { version = "29.0.0-rc.0", features = ["async-trait"] }
autd3-protobuf = { version = "29.0.0-rc.1", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "29.0.0-rc.1", features = ["async-trait"] }
autd3-driver = { version = "29.0.0-rc.1", features = ["async-trait"] }
anyhow = "1.0.90"
ctrlc = "3.4.5"
tonic = "0.12.3"
Expand Down
18 changes: 9 additions & 9 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 29.0.0-rc.0 (MIT)
SOEMAUTDServer 29.0.0-rc.1 (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 29.0.0-rc.0 (MIT)
autd3 29.0.0-rc.1 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

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

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

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

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

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

Expand Down Expand Up @@ -440,7 +440,7 @@ libc 0.2.161 (Apache-2.0 OR MIT)
https://github.com/rust-lang/libc
---------------------------------------------------------

libm 0.2.8 (Apache-2.0 OR MIT)
libm 0.2.9 (Apache-2.0) OR MIT AND (MIT)
https://github.com/rust-lang/libm
---------------------------------------------------------

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 = "29.0.0-rc.0"
version = "29.0.0-rc.1"
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 = "29.0.0-rc.0", features = ["lightweight", "async-trait"] }
autd3-link-twincat = { version = "29.0.0-rc.0", features = ["async-trait"] }
autd3-protobuf = { version = "29.0.0-rc.1", features = ["lightweight", "async-trait"] }
autd3-link-twincat = { version = "29.0.0-rc.1", features = ["async-trait"] }
anyhow = "1.0.90"
ctrlc = "3.4.5"
tonic = "0.12.3"
Expand Down
18 changes: 9 additions & 9 deletions TwinCATAUTDServerLightweight/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

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

TwinCATAUTDServerLightweight 29.0.0-rc.0 (MIT)
TwinCATAUTDServerLightweight 29.0.0-rc.1 (MIT)
https://github.com/shinolab/autd3-server
---------------------------------------------------------

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

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

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

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

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

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

autd3-link-twincat 29.0.0-rc.0
autd3-link-twincat 29.0.0-rc.1
https://github.com/shinolab/autd3-rs

---
Expand Down Expand Up @@ -146,7 +146,7 @@ SOFTWARE.

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

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

Expand Down Expand Up @@ -414,7 +414,7 @@ libloading 0.8.5 (ISC)
https://github.com/nagisa/rust_libloading/
---------------------------------------------------------

libm 0.2.8 (Apache-2.0 OR MIT)
libm 0.2.9 (Apache-2.0) OR MIT AND (MIT)
https://github.com/rust-lang/libm
---------------------------------------------------------

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "autd3-server",
"type": "module",
"version": "29.0.0-rc.0",
"version": "29.0.0-rc.1",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
10 changes: 5 additions & 5 deletions simulator/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "simulator"
version = "29.0.0-rc.0"
version = "29.0.0-rc.1"
edition = "2021"
authors = ["shun suzuki <suzuki@hapis.k.u-tokyo.ac.jp>"]

Expand All @@ -12,10 +12,10 @@ keywords = ["autd"]
[dependencies]
anyhow = "1.0.90"
autd3-derive = "28.0.1"
autd3-driver = { version = "29.0.0-rc.0", features = ["async-trait"] }
autd3-firmware-emulator = { version = "29.0.0-rc.0", features = ["async-trait"] }
autd3-link-simulator = { version = "29.0.0-rc.0", features = ["async-trait"] }
autd3-protobuf = { version = "29.0.0-rc.0", features = ["async-trait", "lightweight"] }
autd3-driver = { version = "29.0.0-rc.1", features = ["async-trait"] }
autd3-firmware-emulator = { version = "29.0.0-rc.1", features = ["async-trait"] }
autd3-link-simulator = { version = "29.0.0-rc.1", features = ["async-trait"] }
autd3-protobuf = { version = "29.0.0-rc.1", features = ["async-trait", "lightweight"] }
bitflags = "2.6.0"
bytemuck = { version = "1.19.0", features = ["derive"] }
camera_controllers = "0.34.0"
Expand Down
Loading

0 comments on commit 52e9bca

Please sign in to comment.