Skip to content

Commit

Permalink
chore(release): publish 0.11.0
Browse files Browse the repository at this point in the history
oss_derive 0.9.7
  • Loading branch information
tu6ge committed Mar 9, 2023
1 parent ecc6cc0 commit 1cde9bb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@ all-features = true
members = ["oss_derive"]

[workspace.package]
version = "0.10.1"
version = "0.11.0"
edition = "2021"
license = "MIT"
repository = "https://github.com/tu6ge/oss-rs"
documentation = "https://docs.rs/aliyun-oss-client"

[dependencies.oss_derive]
version = "0.9.6"
version = "0.9.7"
path = "./oss_derive"
optional = true

Expand Down
2 changes: 1 addition & 1 deletion oss_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oss_derive"
version = "0.9.6"
version = "0.9.7"
description = "aliyun-oss-client 's macro"
edition.workspace = true
license.workspace = true
Expand Down

0 comments on commit 1cde9bb

Please sign in to comment.