Skip to content

Commit

Permalink
release: v0.1.12
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Jul 18, 2023
1 parent b7f7aed commit 8611e24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 66 deletions.
67 changes: 3 additions & 64 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 @@ -4,7 +4,7 @@ edition = "2021"
license-file = "LICENSE"
name = "lebai_sdk"
repository = "https://github.com/lebai-robotics/lebai-sdk.rs"
version = "0.1.11"
version = "0.1.12"

[workspace]
members = [
Expand Down Expand Up @@ -43,7 +43,7 @@ wasm-bindgen-futures = {version = "0.4", optional = true}
jsonrpsee-wasm-client = {version = "0.18"}
[target.'cfg(not(target_family = "wasm"))'.dependencies]
jsonrpsee-ws-client = {version = "0.18", default-features = false, features = ["webpki-tls"]}
tokio = {version = "1", features = ["full"]}
tokio = {version = "=1.28.2", features = ["full"]}

[patch.crates-io]
cmod = {git = "https://github.com/rise0chen/cmod.git"}

0 comments on commit 8611e24

Please sign in to comment.