Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
wander committed Jul 8, 2024
1 parent 2823a73 commit 5ac2221
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "alipay_sdk_rust"
license = "MIT"
version = "1.0.4"
version = "1.0.5"
edition = "2018"
authors = ["wandercn<wander@ffactory.org>"]
description = "AliPay Sdk for Rust"
Expand Down
4 changes: 3 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@
//! # 升级修改
//!
//! - [x] BizContenter trait 对应的set 方法设支持vlaue值可以是字符串,整型和浮点型,数组和对象同时存储在一个HashMap中。版本:v1.05
//! - [x] 适配最新的沙箱环境测试 版本:v1.05
//! - [x] 适配最新的沙箱环境测试 版本:v1.05
//!
//!
//! # Example
//! ## apidoc
//! <https://opendocs.alipay.com/apis/api_1/alipay.trade.create>
Expand Down

0 comments on commit 5ac2221

Please sign in to comment.