Skip to content

Commit

Permalink
📝 bump version to 0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Xudong-Huang committed Mar 1, 2024
1 parent adabae9 commit 7e5cae6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "may_rpc"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Xudong Huang <huangxu008@hotmail.com>"]
license = "MIT"
Expand Down
1 change: 0 additions & 1 deletion examples/throughput.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,4 @@ fn main() {
let dur = dur.as_secs() as f32 + dur.subsec_nanos() as f32 / 1_000_000_000.0;
let throughput = workers as f32 * jobs_per_worker as f32 / dur;
println!("elapsed {dur:?}s, {throughput} rpc/second",);
std::thread::sleep(std::time::Duration::from_secs(1));
}
2 changes: 1 addition & 1 deletion may_rpc_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "may_rpc_derive"
version = "0.1.2"
version = "0.1.3"
edition = "2021"
authors = ["Xudong Huang <huangxu008@hotmail.com>"]
license = "MIT"
Expand Down

0 comments on commit 7e5cae6

Please sign in to comment.