Skip to content

Commit

Permalink
bump to v29.0.0-rc.19
Browse files Browse the repository at this point in the history
  • Loading branch information
s5suzuki committed Feb 3, 2025
1 parent d9f649b commit b49a48a
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 38 deletions.
47 changes: 23 additions & 24 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autd3capi-link-soem"
version = "29.0.0-rc.18"
version = "29.0.0-rc.19"
authors = ["shun suzuki <suzuki@hapis.k.u-tokyo.ac.jp>"]
edition = "2021"
license = "MIT"
Expand All @@ -14,8 +14,8 @@ unity = ["autd3capi-driver/unity"]
dynamic_freq = ["autd3capi-driver/dynamic_freq"]

[dependencies]
autd3capi-driver = { version = "29.0.0-rc.18" }
autd3-link-soem = { version = "29.0.0-rc.18", features = ["remote", "blocking"] }
autd3capi-driver = { version = "29.0.0-rc.19" }
autd3-link-soem = { version = "29.0.0-rc.19", features = ["remote", "blocking"] }
thread-priority = "=1.2.0"
tracing-subscriber = { version = "=0.3.19", features = ["ansi", "env-filter"], default-features = false }
tracing = { version = "=0.1.41", default-features = false }
22 changes: 11 additions & 11 deletions ThirdPartyNotice.txt
Original file line number Diff line number Diff line change
Expand Up @@ -34,47 +34,47 @@ async-stream-impl 0.3.6 (MIT)
https://github.com/tokio-rs/async-stream
---------------------------------------------------------

async-trait 0.1.85 (Apache-2.0 OR MIT)
async-trait 0.1.86 (Apache-2.0 OR MIT)
https://github.com/dtolnay/async-trait
---------------------------------------------------------

atomic-waker 1.1.2 (Apache-2.0 OR MIT)
https://github.com/smol-rs/atomic-waker
---------------------------------------------------------

autd3 29.0.0-rc.18 (MIT)
autd3 29.0.0-rc.19 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

autd3-core 29.0.0-rc.18 (MIT)
autd3-core 29.0.0-rc.19 (MIT)
https://github.com/shinolab/autd3-rs
---------------------------------------------------------

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

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

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

autd3-link-soem 29.0.0-rc.18 (MIT)
autd3-link-soem 29.0.0-rc.19 (MIT)
https://github.com/shinolab/autd3-link-soem
---------------------------------------------------------

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

autd3capi-driver 29.0.0-rc.18 (MIT)
autd3capi-driver 29.0.0-rc.19 (MIT)
https://github.com/shinolab/autd3-capi
---------------------------------------------------------

autd3capi-link-soem 29.0.0-rc.18 (MIT)
autd3capi-link-soem 29.0.0-rc.19 (MIT)
https://github.com/shinolab/autd3-capi-link-soem
---------------------------------------------------------

Expand Down Expand Up @@ -510,7 +510,7 @@ spin_sleep 1.3.0 (Apache-2.0)
https://github.com/alexheretic/spin-sleep
---------------------------------------------------------

syn 2.0.96 (Apache-2.0 OR MIT)
syn 2.0.98 (Apache-2.0 OR MIT)
https://github.com/dtolnay/syn
---------------------------------------------------------

Expand Down

0 comments on commit b49a48a

Please sign in to comment.