Skip to content

Commit

Permalink
release: v0.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Nov 13, 2024
1 parent 6b58f8b commit f9eda26
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion 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.18"
version = "0.2.19"

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords = ["protobuf"]
license = "MIT"
name = "lebai-proto"
repository = "https://github.com/lebai-robotics/lebai-sdk.rs"
version = "3.2.0"
version = "3.2.1"

[dependencies]
jsonrpsee = {version = "0.24", features = ["client-core", "macros"]}
Expand Down
1 change: 1 addition & 0 deletions proto/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ fn main() -> io::Result<()> {
.file_descriptor_set_path(&descriptor_path)
.compile_well_known_types(true)
.extern_path(".google.protobuf", "::pbjson_types")
.protoc_arg("--experimental_allow_proto3_optional")
.compile_protos(&proto_files, &[root])?;

let descriptor_set = fs::read(descriptor_path)?;
Expand Down

0 comments on commit f9eda26

Please sign in to comment.