Skip to content

Commit 004b5b5

Browse files
authored
Update fmt file and some authors (paritytech#1379)
* Include bridges into fmt Signed-off-by: Oliver Tale-Yazdi <[email protected]> * Fix some authors Signed-off-by: Oliver Tale-Yazdi <[email protected]> --------- Signed-off-by: Oliver Tale-Yazdi <[email protected]>
1 parent bcefe0a commit 004b5b5

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

substrate/frame/asset-rate/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name = "pallet-asset-rate"
33
version = "4.0.0-dev"
44
description = "Whitelist non-native assets for treasury spending and provide conversion to native balance"
5-
authors = ["William Freudenberger <[email protected]>"]
5+
authors.workspace = true
66
homepage = "https://substrate.io"
77
edition.workspace = true
88
license = "Apache-2.0"

substrate/primitives/consensus/sassafras/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "sp-consensus-sassafras"
33
version = "0.3.4-dev"
4-
authors = ["Parity Technologies <[email protected]>"]
4+
authors.workspace = true
55
description = "Primitives for Sassafras consensus"
66
edition = "2021"
77
license = "Apache-2.0"

substrate/utils/frame/rpc/support/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
[package]
22
name = "substrate-frame-rpc-support"
33
version = "3.0.0"
4-
authors = [
5-
"Parity Technologies <[email protected]>",
6-
"Andrew Dirksen <[email protected]>",
7-
]
4+
authors.workspace = true
85
edition.workspace = true
96
license = "Apache-2.0"
107
homepage = "https://substrate.io"

0 commit comments

Comments
 (0)