Skip to content

Commit

Permalink
bump to v24.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed May 22, 2024
1 parent 34107df commit 20ce9b1
Show file tree
Hide file tree
Showing 14 changed files with 185 additions and 185 deletions.
30 changes: 15 additions & 15 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 = "24.0.0"
version = "24.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.3.0", features = ["derive"] }
tokio = { version = "1.34.0", features = ["macros", "rt-multi-thread"] }
autd3-protobuf = { version = "24.0.0", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "24.0.0", features = ["async-trait"] }
autd3-driver = { version = "24.0.0", features = ["async-trait"] }
autd3-protobuf = { version = "24.1.0", features = ["lightweight", "async-trait"] }
autd3-link-soem = { version = "24.1.0", features = ["async-trait"] }
autd3-driver = { version = "24.1.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 24.0.0 (MIT)
SOEMAUTDServer 24.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 24.0.0 (MIT)
autd3 24.1.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-derive 24.0.0 (MIT)
autd3-derive 24.1.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-driver 24.0.0 (MIT)
autd3-driver 24.1.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-firmware-emulator 24.0.0 (MIT)
autd3-firmware-emulator 24.1.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-gain-holo 24.0.0 (MIT)
autd3-gain-holo 24.1.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-link-soem 24.0.0
autd3-link-soem 24.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 24.0.0 (MIT)
autd3-protobuf 24.1.0 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

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": "24.0.0",
"version": "24.1.0",
"scripts": {
"dev": "vite",
"build": "vite build",
Expand Down
Loading

0 comments on commit 20ce9b1

Please sign in to comment.