diff --git a/Cargo.lock b/Cargo.lock index 032c936d69985..1364078d8bd71 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -12872,7 +12872,7 @@ dependencies = [ [[package]] name = "pallet-revive-fixtures" -version = "0.3.0" +version = "0.3.1" dependencies = [ "anyhow", "cargo_metadata", diff --git a/Plan.toml b/Plan.toml index be538e8f19474..f7e27184be552 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1,5 +1,5 @@ # generated by parity-publish v0.10.4 -# command: parity-publish plan --prdoc prdoc/stable2503-7 +# command: parity-publish plan --prdoc prdoc/stable2503-7/pr_8980.prdoc [options] @@ -476,9 +476,9 @@ reason = "changed" [[crate]] # substrate/frame/revive/fixtures name = "pallet-revive-fixtures" -from = "0.2.0" -to = "0.3.0" -bump = "major" +from = "0.3.0" +to = "0.3.1" +bump = "patch" reason = "changed" [[crate]] diff --git a/prdoc/stable2503-7/pr_8980.prdoc b/prdoc/stable2503-7/pr_8980.prdoc new file mode 100644 index 0000000000000..7e88958b9337e --- /dev/null +++ b/prdoc/stable2503-7/pr_8980.prdoc @@ -0,0 +1,8 @@ +title: Fix revive-fixtures build script +doc: +- audience: Runtime Dev + description: |- + Fix compilation issue with pallet-revive-fixtures build.rs script. +crates: +- name: pallet-revive-fixtures + bump: patch diff --git a/substrate/frame/revive/fixtures/Cargo.toml b/substrate/frame/revive/fixtures/Cargo.toml index 18ab4e46ff6e2..10d2d8c431b67 100644 --- a/substrate/frame/revive/fixtures/Cargo.toml +++ b/substrate/frame/revive/fixtures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pallet-revive-fixtures" -version = "0.3.0" +version = "0.3.1" authors.workspace = true edition.workspace = true license.workspace = true