Skip to content

Commit

Permalink
release: v0.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Nov 4, 2024
1 parent 0bb7a66 commit cf2fb26
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 42 deletions.
48 changes: 8 additions & 40 deletions Cargo.lock

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

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ edition = "2021"
license-file = "LICENSE"
name = "lebai_sdk"
repository = "https://github.com/lebai-robotics/lebai-sdk.rs"
version = "0.2.17"
version = "0.2.18"

[workspace]
members = [
Expand All @@ -30,7 +30,7 @@ cmod = {version = "0.3"}
futures-timer = "3"
futures-util = {version = "0.3", default-features = false}
jsonrpsee-core = {version = "0.21", default-features = false}
mdns-sd = {version = "0.10", default-features = false, features = ["async"], optional = true}
mdns-sd = {version = "0.11", default-features = false, features = ["async"], optional = true}
mlua = {version = "0.9", features = ["lua54"], optional = true}
once_cell = {version = "1", default-features = false}
pin-project-lite = "0.2"
Expand Down

0 comments on commit cf2fb26

Please sign in to comment.