Skip to content

Commit 43b1d26

Browse files
authored
Use v0.9.9-1 deps. (#589)
1 parent 8d5432c commit 43b1d26

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Cargo.dev.toml

+8-9
Original file line numberDiff line numberDiff line change
@@ -85,12 +85,11 @@ cumulus-primitives-core = { git = "https://github.com/paritytech//cumulus", rev
8585
parachain-info = { git = "https://github.com/paritytech//cumulus", rev = "fd80849dde5c209c20a996cfcc5aaacd4666dcbe" }
8686

8787
[patch.'https://github.com/paritytech/polkadot']
88-
xcm = { git = "https://github.com/paritytech//polkadot", rev = "3f036d4c3cf6dd3114730ebe6bcd8ad65a4a59bd" }
89-
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "3f036d4c3cf6dd3114730ebe6bcd8ad65a4a59bd" }
90-
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "3f036d4c3cf6dd3114730ebe6bcd8ad65a4a59bd" }
91-
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "3f036d4c3cf6dd3114730ebe6bcd8ad65a4a59bd" }
92-
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "3f036d4c3cf6dd3114730ebe6bcd8ad65a4a59bd" }
93-
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "3f036d4c3cf6dd3114730ebe6bcd8ad65a4a59bd" }
94-
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "3f036d4c3cf6dd3114730ebe6bcd8ad65a4a59bd" }
95-
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "3f036d4c3cf6dd3114730ebe6bcd8ad65a4a59bd" }
96-
88+
xcm = { git = "https://github.com/paritytech//polkadot", rev = "7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
89+
xcm-executor = { git = "https://github.com/paritytech//polkadot", rev = "7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
90+
xcm-builder = { git = "https://github.com/paritytech//polkadot", rev = "7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
91+
pallet-xcm = { git = "https://github.com/paritytech//polkadot", rev = "7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
92+
polkadot-core-primitives = { git = "https://github.com/paritytech//polkadot", rev = "7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
93+
polkadot-runtime-parachains = { git = "https://github.com/paritytech//polkadot", rev = "7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
94+
polkadot-parachain = { git = "https://github.com/paritytech//polkadot", rev = "7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }
95+
polkadot-primitives = { git = "https://github.com/paritytech//polkadot", rev = "7a9f624777ad2d2adb3a1e6797a31f9d653c9587" }

0 commit comments

Comments
 (0)