Skip to content

Commit

Permalink
chore: bump maa-sys to 0.4.0
Browse files Browse the repository at this point in the history
The return value of `Assistant::get_version` changed from `&str` to `String`.
This is a breaking change, so we bump the minor version.
  • Loading branch information
wangl-cc committed Sep 21, 2024
1 parent ce86007 commit 4ff5cae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

2 changes: 1 addition & 1 deletion maa-cli/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ name = "maa"
path = "src/main.rs"

[dependencies]
maa-sys = { path = "../maa-sys", version = "0.3.1", features = [
maa-sys = { path = "../maa-sys", version = "0.4.0", features = [
"runtime",
"serde",
] }
Expand Down
2 changes: 1 addition & 1 deletion maa-sys/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "maa-sys"
authors = ["Loong Wang <[email protected]>"]
version = "0.3.2"
version = "0.4.0"
edition = "2021"
description = "Low-level bindings to MAA (MaaAssistantArknights)"
license.workspace = true
Expand Down

0 comments on commit 4ff5cae

Please sign in to comment.