diff --git a/Cargo.toml b/Cargo.toml index eff6248..f0576c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "alipay_sdk_rust" license = "MIT" -version = "1.0.4" +version = "1.0.5" edition = "2018" authors = ["wandercn"] description = "AliPay Sdk for Rust" diff --git a/src/lib.rs b/src/lib.rs index 6a3ffca..3e2e12a 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -7,7 +7,9 @@ //! # 升级修改 //! //! - [x] BizContenter trait 对应的set 方法设支持vlaue值可以是字符串,整型和浮点型,数组和对象同时存储在一个HashMap中。版本:v1.05 -//! - [x] 适配最新的沙箱环境测试 版本:v1.05 +//! - [x] 适配最新的沙箱环境测试 版本:v1.05 +//! +//! //! # Example //! ## apidoc //!