From bbe0ee82d98419c9035dbdc2b2e7840ebafa7f33 Mon Sep 17 00:00:00 2001 From: Xudong Huang Date: Fri, 1 Mar 2024 11:31:42 +0800 Subject: [PATCH] :pencil: bump version to 0.1.1 --- Cargo.toml | 2 +- may_rpc_derive/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b6228ab..9156ceb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "may_rpc" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Xudong Huang "] license = "MIT" diff --git a/may_rpc_derive/Cargo.toml b/may_rpc_derive/Cargo.toml index 9ceebfb..fbbb295 100644 --- a/may_rpc_derive/Cargo.toml +++ b/may_rpc_derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "may_rpc_derive" -version = "0.1.0" +version = "0.1.1" edition = "2021" authors = ["Xudong Huang "] license = "MIT"