Skip to content

Commit

Permalink
!1229 Sync the patches from the dev branch to the master branch
Browse files Browse the repository at this point in the history
From: @Flyking001 
Reviewed-by: @kevinzhu1 
Signed-off-by: @kevinzhu1
  • Loading branch information
openeuler-ci-bot authored and gitee-org committed Sep 11, 2023
2 parents 539b6ee + e5f8a98 commit 21b504b
Show file tree
Hide file tree
Showing 4 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.

2 changes: 1 addition & 1 deletion machine_manager/src/qmp/qmp_schema.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ impl Command for balloon {
///
/// ```text
/// -> { "execute": "query-version" }
/// <- {"return":{"version":{"qemu":{"minor":1,"micro":0,"major":5},"package":"StratoVirt-2.2.0"},"capabilities":[]}}
/// <- {"return":{"version":{"qemu":{"minor":1,"micro":0,"major":5},"package":"StratoVirt-2.3.0"},"capabilities":[]}}
/// ```
#[derive(Default, Debug, Clone, Serialize, Deserialize)]
pub struct query_version {}
Expand Down
2 changes: 1 addition & 1 deletion migration/migration_derive/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "migration_derive"
version = "2.2.0"
version = "2.3.0"
authors = ["Huawei StratoVirt Team"]
edition = "2021"
license = "Mulan PSL v2"
Expand Down
2 changes: 1 addition & 1 deletion tests/mod_test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "mod_test"
version = "2.2.0"
version = "2.3.0"
authors = ["Huawei StratoVirt Team"]
edition = "2021"
license = "Mulan PSL v2"
Expand Down

0 comments on commit 21b504b

Please sign in to comment.