Skip to content

Commit

Permalink
chore: bump maa-cli to 0.5.1, maa-dirs to 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wangl-cc committed Oct 22, 2024
1 parent 60cb64a commit bd30ef0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions maa-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "maa-cli"
authors = ["Loong Wang <wangl-cc@outlook.com>"]
version = "0.5.0"
version = "0.5.1"
edition = "2021"
readme = "../README-EN.md"
description = "A simple CLI for MAA (MaaAssistantArknights)"
Expand Down Expand Up @@ -42,7 +42,7 @@ maa-sys = { path = "../maa-sys", version = "0.4.0", features = [
"runtime",
"serde",
] }
maa-dirs = { path = "../maa-dirs", version = "0.1.0" }
maa-dirs = { path = "../maa-dirs", version = "0.1.1" }

anyhow = "1"
async-trait = "0.1.81"
Expand Down
2 changes: 1 addition & 1 deletion maa-dirs/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "maa-dirs"
version = "0.1.0"
version = "0.1.1"
edition = "2021"
license.workspace = true
homepage.workspace = true
Expand Down

0 comments on commit bd30ef0

Please sign in to comment.