Skip to content

Commit 21b504b

Browse files
openeuler-ci-botgitee-org
openeuler-ci-bot
authored andcommitted
!1229 Sync the patches from the dev branch to the master branch
From: @Flyking001 Reviewed-by: @kevinzhu1 Signed-off-by: @kevinzhu1
2 parents 539b6ee + e5f8a98 commit 21b504b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

Cargo.lock

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

machine_manager/src/qmp/qmp_schema.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1657,7 +1657,7 @@ impl Command for balloon {
16571657
///
16581658
/// ```text
16591659
/// -> { "execute": "query-version" }
1660-
/// <- {"return":{"version":{"qemu":{"minor":1,"micro":0,"major":5},"package":"StratoVirt-2.2.0"},"capabilities":[]}}
1660+
/// <- {"return":{"version":{"qemu":{"minor":1,"micro":0,"major":5},"package":"StratoVirt-2.3.0"},"capabilities":[]}}
16611661
/// ```
16621662
#[derive(Default, Debug, Clone, Serialize, Deserialize)]
16631663
pub struct query_version {}

migration/migration_derive/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "migration_derive"
3-
version = "2.2.0"
3+
version = "2.3.0"
44
authors = ["Huawei StratoVirt Team"]
55
edition = "2021"
66
license = "Mulan PSL v2"

tests/mod_test/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mod_test"
3-
version = "2.2.0"
3+
version = "2.3.0"
44
authors = ["Huawei StratoVirt Team"]
55
edition = "2021"
66
license = "Mulan PSL v2"

0 commit comments

Comments
 (0)