Skip to content

Commit

Permalink
release: v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
rise0chen committed Dec 8, 2023
1 parent 5a4d768 commit 57dfa48
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 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.1"
version = "0.2.2"

[workspace]
members = [
Expand Down
1 change: 0 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ pub mod lebai_sdk {

Ok(())
}
#[cfg(not(target_family = "wasm"))]
#[cmod::function]
#[cmod::tags(ret)]
pub fn timestamp() -> Result<u64> {
Expand Down

0 comments on commit 57dfa48

Please sign in to comment.