Skip to content

Commit 29f8c99

Browse files
committed
upgrade to ziggy 1.3.2
1 parent 8da1508 commit 29f8c99

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

runtimes/asset-hub-kusama/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
ziggy = { version = "1.3.1", default-features = false }
8+
ziggy = { version = "1.3.2", default-features = false }
99

1010
asset-hub-kusama-runtime = { git = "https://github.com/polkadot-fellows/runtimes.git", tag = "v1.4.3", default-features = false }
1111
staging-xcm = { default-features = false , version = "14.2.0" }

runtimes/coretime-kusama/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
ziggy = { version = "1.3.1", default-features = false }
8+
ziggy = { version = "1.3.2", default-features = false }
99

1010
coretime-kusama-runtime = { git = "https://github.com/polkadot-fellows/runtimes.git", tag = "v1.4.3", default-features = false }
1111
system-parachains-constants = { git = "https://github.com/polkadot-fellows/runtimes.git", tag = "v1.4.3", default-features = false }

runtimes/kusama/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
ziggy = { version = "1.3.1", default-features = false }
8+
ziggy = { version = "1.3.2", default-features = false }
99

1010
staging-kusama-runtime = { git = "https://github.com/polkadot-fellows/runtimes.git", tag = "v1.4.3", default-features = false }
1111
staging-xcm = { default-features = false , version = "14.2.0" }

templates/kitchensink/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
ziggy = {version = "1.3.1", default-features = false}
8+
ziggy = { version = "1.3.2", default-features = false }
99

1010
kitchensink-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2503", default-features = false }
1111

templates/solochain/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ edition = "2021"
55
publish = false
66

77
[dependencies]
8-
ziggy = { version = "1.3.1", default-features = false }
8+
ziggy = { version = "1.3.2", default-features = false }
99

1010
solochain-template-runtime = { git = "https://github.com/paritytech/polkadot-sdk.git", tag = "polkadot-stable2503", default-features = false }
1111

0 commit comments

Comments
 (0)