diff --git a/Cargo.toml b/Cargo.toml index e2cbd67cf7..04f591f316 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -182,6 +182,3 @@ ark-bw6-761 = { version = "0.4.0", default-features = false } ark-ec = { version = "0.4.0", default-features = false } ark-ff = { version = "0.4.0", default-features = false } ark-std = { version = "0.4.0", default-features = false } - -# Polkadot / XCM (wasm) -xcm = { git = "https://github.com/moonbeam-foundation/polkadot", branch = "moonbeam-polkadot-v0.9.43", default-features = false }