From cc79225df53ae247b69c52d5776ebc8d3fceb92c Mon Sep 17 00:00:00 2001 From: Cem Eliguzel Date: Wed, 9 Aug 2023 10:21:02 +0000 Subject: [PATCH] Remove xcm dependency --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) 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 }