Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.

8 changes: 4 additions & 4 deletions Plan.toml
Original file line number Diff line number Diff line change
@@ -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]

Expand Down Expand Up @@ -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]]
Expand Down
8 changes: 8 additions & 0 deletions prdoc/stable2503-7/pr_8980.prdoc
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion substrate/frame/revive/fixtures/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down
Loading