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 chain-extensions/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "chain-extension-common"
version = "1.6.0-c"
version = "1.6.0-d"
authors = ["Pendulum"]
description = "Chain Extension common definitions"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion chain-extensions/price/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "price-chain-extension"
description = "Chain extensions for price info"
authors = ["Pendulum"]
edition = "2021"
version = "1.6.0-c"
version = "1.6.0-d"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion chain-extensions/token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "token-chain-extension"
description = "Chain extensions for tokens pallet"
authors = ["Pendulum"]
edition = "2021"
version = "1.6.0-c"
version = "1.6.0-d"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pendulum-node"
version = "1.6.0-c"
version = "1.6.0-d"
authors = ["Pendulum"]
description = "The Pendulum/Amplitude collator node"
homepage = "https://pendulumchain.org"
Expand Down
2 changes: 1 addition & 1 deletion pallets/orml-currencies-allowance-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Pendulum Chain"]
edition = "2021"
name = "orml-currencies-allowance-extension"
version = "1.6.0-c"
version = "1.6.0-d"

[dependencies]
codec = { workspace = true, features = ["derive", "max-encoded-len"] }
Expand Down
2 changes: 1 addition & 1 deletion pallets/orml-tokens-management-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Pendulum Chain"]
edition = "2021"
name = "orml-tokens-management-extension"
version = "1.6.0-c"
version = "1.6.0-d"

[dependencies]
codec = { workspace = true, features = ["derive", "max-encoded-len"] }
Expand Down
2 changes: 1 addition & 1 deletion pallets/parachain-staking/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["KILT <info@kilt.io>"]
description = "Parachain parachain-staking pallet for collator delegation and selection as well as reward distribution"
edition = "2021"
name = "parachain-staking"
version = "1.6.0-c"
version = "1.6.0-d"

[dev-dependencies]
pallet-aura = { workspace = true, default-features = true }
Expand Down
2 changes: 1 addition & 1 deletion pallets/parachain-staking/rpc/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Pendulum"]
edition = "2021"
name = "module-pallet-staking-rpc"
version = "1.6.0-c"
version = "1.6.0-d"

[dependencies]
codec = { workspace = true, default-features = true }
Expand Down
2 changes: 1 addition & 1 deletion pallets/parachain-staking/rpc/runtime-api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Pendulum"]
edition = "2021"
name = "module-pallet-staking-rpc-runtime-api"
version = "1.6.0-c"
version = "1.6.0-d"

[dependencies]
frame-support = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion pallets/treasury-buyout-extension/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors = ["Pendulum Chain"]
edition = "2021"
name = "treasury-buyout-extension"
version = "1.6.0-c"
version = "1.6.0-d"

[dependencies]
codec = { workspace = true, features = ["derive", "max-encoded-len"] }
Expand Down
2 changes: 1 addition & 1 deletion pallets/vesting-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ authors = ["Pendulum"]
description = "A pallet to manage vesting schedules"
edition = "2021"
name = "vesting-manager"
version = "1.6.0-c"
version = "1.6.0-d"

[dependencies]
log = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion runtime/amplitude/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
homepage = "https://pendulumchain.org"
name = "amplitude-runtime"
repository = "https://github.com/pendulum-chain/pendulum"
version = "1.6.0-c"
version = "1.6.0-d"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion runtime/common/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "runtime-common"
version = "1.6.0-c"
version = "1.6.0-d"
authors = ["Pendulum"]
description = "Pendulum runtime common"
homepage = "https://pendulumchain.org"
Expand Down
2 changes: 1 addition & 1 deletion runtime/foucoco/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
homepage = "https://pendulumchain.org"
name = "foucoco-runtime"
repository = "https://github.com/pendulum-chain/pendulum"
version = "1.6.0-c"
version = "1.6.0-d"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
2 changes: 1 addition & 1 deletion runtime/integration-tests/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name = "runtime-integration-tests"
description = "Pendulum runtime integration tests"
authors = ["Pendulum"]
edition = "2021"
version = "1.6.0-c"
version = "1.6.0-d"

[dev-dependencies]
codec = { workspace = true, default-features = true }
Expand Down
2 changes: 1 addition & 1 deletion runtime/pendulum/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ edition = "2021"
homepage = "https://pendulumchain.org"
name = "pendulum-runtime"
repository = "https://github.com/pendulum-chain/pendulum"
version = "1.6.0-c"
version = "1.6.0-d"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
Expand Down
Loading